﻿
@charset "UTF-8";

.header-container,
.foot-main,
.foot-bottom,
.nimi-container,
.index-container,
.ny-container {
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .header.index .header-container, .header-container, .index-container, .ny-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .header.index .header-container, .header-container, .index-container, .ny-container {
        width: 970px;
    }
}

@media (min-width: 1260px) {
    .header.index .header-container, .header-container, .index-container, .ny-container {
        width: 1230px;
    }
}

@media (min-width: 1460px) {
    .header.index .header-container, .header-container, .index-container, .ny-container {
        width: 1430px;
    }
}

@media (min-width: 1680px) {
    .header.index .header-container, .index-container {
        width: 1630px;
    }
}

@media(min-width:1920px) {
}

:root {
    --theme-color: #cc0200;
}




.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

    .header .header-wrap {
        background-color: #fff;
    }

.header-wrap {
    padding: 0 60px;
}

.header.index .header-wrap {
    background-color: #000;
}

.header.index.scroll2 .header-wrap {
    background-color: #fff;
}



.header.index {
}

    .header.index .navbar .navbar-a {
        color: #fff;
    }

    .header.index.scroll2 .navbar .navbar-a {
        color: #0d141c;
    }

.header.scroll2 .header-wrap {
    box-shadow: 1px 1px 10px rgba(0,0,0,.3);
    border-bottom: none
}

.header.ny .navbar .navbar-a {
    color: #333;
}

.header.scroll .navbar .navbar-a {
    line-height: 80px;
    color: #333;
}

.header.scroll .pc-En,
.header.scroll .nav-search,
.header.scroll .nav-loading,
.header.scroll .header-wrap .tool {
    height: 80px;
    line-height: 80px;
}

.header.scroll .header-wrap .logo {
    margin-top: 12px;
}

.header.scroll .search-box {
    top: 80px;
}



.header.ny .nav-search,
.header.scroll .nav-search {
    background: url(../images/search2.png)no-repeat center
}

.header.ny .pc-En a,
.header.scroll .pc-En a {
    color: #333;
}

    .header.ny .pc-En a:hover, .header.ny .pc-En a.active,
    .header.scroll .pc-En a:hover, .header.scroll .pc-En a.active {
        color: #fff;
    }



.header-wrap .logo {
    float: left;
    margin-top: 11px;
}

    .header-wrap .logo h1 {
        font-size: 0;
        float: left;
        margin-top: 10px;
    }

.header-wrap .tool {
    float: right;
    height: 80px;
    line-height: 80px;
}
/* .header-wrap .search{display: inline-block;
position: relative;}
.header-wrap .search-box{
  height: 0px;overflow: hidden;transition: height 1s;
  position: absolute;top: 100%;right: -11px;width: 220px;
}
.header-wrap .search-butt{
  background: url(../images/search2.png)no-repeat center;float: left;
display: inline-block;width: 40px;height: 40px;background-color: #cc0200;}

.header-wrap .search-input{
  color: #777;border: 1px solid #777;background-color: #fff;float: left;
  height: 40px;width: 180px;padding: 0 8px;display: inline-block;}

.header-wrap .search:hover .search-box{height: 100%;}
 */
/* ??????????C? */
.pc-En {
    float: right;
    line-height: 100px;
}

    .pc-En a {
        line-height: 22px;
        display: inline-block;
        border-radius: 11px;
        color: #fff;
        padding: 0 9px;
        font-family: Arial;
    }

        .pc-En a:hover,
        .pc-En a.active {
            background-color: #cc0200;
            color: #fff;
        }

        .pc-En a:first-child {
        }






/* ?????? */
.nav-search {
    background: url(../images/search2.png)no-repeat right;
    float: right;
    height: 80px;
    padding: 0 25px;
}
/* .search-box{position: absolute;top: 80px;right: 0;width: 320px;opacity: 0;height: 0;overflow: hidden;transition: all .3s;} */
.search-box {
    position: absolute;
    top: 80px;
    /* height: 0; */
    transition: all .3s;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.search-box-on {
    display: block;
}

.search-wrap {
    border: 1px solid #fff;
    border-radius: 23px;
    height: 0;
    width: 325px;
}

.nav-search .search {
    color: #fff;
    padding: 0 20px;
    width: 260px;
    height: 0;
    float: left;
    display: inline-block;
}

.nav-search .butt {
    float: left;
    width: 60px;
    height: 0;
    display: inline-block;
    background: url(../images/search4.png)no-repeat center;
    border-left: 1px solid transparent;
}
/* .nav-search:hover .search-box{opacity: 1;height: 52px;} */
.nav-search:hover .search-wrap {
    /* display: block; */
    /* height: 46px; */
    /* margin: 48px auto; */
}

.nav-search:hover .search-box {
    /* display: block; */
}

.nav-search:hover .search,
.nav-search:hover .butt {
    /* height: 46px; */
}

/* ?????? */
.nav-loading {
    background: url(../images/loading.png)no-repeat center;
    display: block;
    width: 21px;
    position: relative;
    float: right;
    height: 100px;
    margin-right: 30px;
}


/* ??????? */
.navbar {
    color: #cc0200;
    float: right;
}

    .navbar .navbar-ul {
    }

.header.index .navbar .navbar-li {
    float: left;
    padding: 0 22px;
}

.navbar .navbar-li {
    float: left;
    padding: 0 22px;
}

.navbar .navbar-a {
    color: #0d141c;
    display: block;
    position: relative;
    line-height: 80px;
    padding: 0 10px;
}

.navbar .navbar-li:hover .navbar-a,
.navbar .navbar-li.active .navbar-a {
    color: #cc0200;
    z-index: 33;
}


.navbar .navbar-li .navbar-a::after,
.navbar .navbar-li .navbar-a::after {
    transition: all 0.5s;
    z-index: 99;
    content: "";
    display: block;
    background-color: #cc0200;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    transform: translate(-50%,50%);
}

.navbar .navbar-li:hover .navbar-a::after {
    width: 8px;
    height: 8px;
}

.navbar .navbar-li.active .navbar-a::after {
    /* width: 15px;
    height: 15px; */
}


/* .navbar .navbar-li.max-drop:hover , .navbar .navbar-li.max-drop.active {background-color: #cc0200;} */
.navbar .navbar-li.max-drop.active::after,
.navbar .navbar-li.max-drop:hover::after {
    width: 0%;
}

.navbar-li {
    position: relative;
}

.max-drop {
    position: static;
}

.dropmenu-two,
.dropmenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
    max-height: 0;
    opacity: 0;
    /* overflow: hidden; */
    transition: max-height .5s;
    border: none;
    color: #303233;
    /* width: 120%; */
    height: auto;
    padding: 0;
    display: block;
    display: none;
    z-index: 333;
}

.dropmenu-two {
    top: 0%;
    left: 100%;
    transform: none;
    padding: 36px 0;
    width: 300%;
}

    .dropmenu-two a {
        display: block;
    }

.max-drop .dropmenu {
    width: 100%;
    border-top: 1px solid #dee5ed;
}

.drop-li:hover .dropmenu-two,
.navbar-li:hover .dropmenu {
    max-height: 800px;
    opacity: 1;
    display: block;
    width: 200px;
}


.navbar-bj, .navbar-bj2 {
    height: auto;
    padding: 0;
    display: block;
    max-height: 1200px;
    opacity: 1;
    overflow: hidden;
    transition: max-height .5s;
    transition: height .5s;
    background-color: rgba(13, 20, 28, 0.9);
}





/* ???????????????? */


.dropmenu ul {
    width: 100%;
    padding: 36px 0;
}
.navbar .navbar-li:nth-child(1) .dropmenu ul li:first-child,
.navbar .navbar-li:nth-child(2) .dropmenu ul li:first-child,
.navbar .navbar-li:nth-child(3) .dropmenu ul li:first-child{
    margin-left:-10px;
}


.dropmenu li > a {
    padding: 0 20px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: auto;
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: left;
}

.navbar-li .dropmenu a:hover,
.dropmenu-two a:hover,
.dropmenu li:hover > a {
    color: #cc0200;
}

.navbar-li .dropmenu a {
    transition: all 0.5s;
    color: #fff;
}

.navbar-li:hover .dropmenu a {
    padding: 10px 20px;
}




/* ?????????????? */
.header.black {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,.3);
}

    .header.black.ny {
        box-shadow: none;
    }

    .header.black .navbar-a {
        color: #333;
    }

.header-logo1 {
    display: block;
}

.header-logo {
    display: none;
}

.header.index .header-logo {
    display: block;
}

.header.index .header-logo1 {
    display: none;
}

.header.index.scroll2 .header-logo {
    display: none;
}

.header.index.scroll2 .header-logo1 {
    display: block;
}
/* ???ï¿¥???o?ï¿ a???ï¿ ??????aâ‚¬????Â¨ */
.footer {
    background-color: #0d141c;
    border-top: 1px solid #cc0200;
}

    .footer .logo h1 {
        font-size: 0;
    }

.footer-wrap {
    position: relative;
}

.footer-left p {
    color: #fff;
    color: #cc0200;
}

.footer-left em {
    display: inline-block;
    width: 12px;
    height: 24px;
    background: url(../images/fire.png)no-repeat left center;
    padding-left: 24px;
    filter: drop-shadow( 0px -3px 2px #cc0200);
    float: left;
    animation: fire 1s ease-in-out infinite;
    -webkit-animation: fire 1s ease-in-out infinite;
    -moz-animation: fire 1s ease-in-out infinite;
    transform-origin: bottom;
    transform: rotateY(30deg);
    filter: drop-shadow( 0px -3px 1px #cc8d00);
}

@keyframes fire {
    0% {
        transform: rotateX(30deg);
        filter: drop-shadow( 0px -2px 1px #cc8d00);
    }

    100% {
        filter: drop-shadow( 0px -4px 1px #cc8d00);
    }
}


@-webkit-keyframes fire {
    0% {
        transform: rotateX(30deg);
        filter: drop-shadow( 0px -2px 1px #cc8d00);
    }

    100% {
        filter: drop-shadow( 0px -4px 1px #cc8d00);
    }
}

@-moz-keyframes fire {
    0% {
        transform: rotateX(30deg);
        filter: drop-shadow( 0px -2px 1px #cc8d00);
    }

    100% {
        filter: drop-shadow( 0px -4px 1px #cc8d00);
    }
}


.footer-left h4 {
    font-weight: 300;
    float: left;
    margin-right: 30px;
}

.footer-left a {
    color: #fff;
    font-size: 16px;
    height: 25px;
    opacity: 0.8;
}

.footer-left {
    float: left;
    width: 100%;
    padding: 49px 0 28px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.footer.index .footer-center {
    float: left;
    width: 69.2%;
    padding: 44px 0 60px;
}

.footer-center {
    float: left;
    width: 65.1%;
    padding: 44px 0 60px;
}

    .footer-center dl {
        float: left;
        width: 18%;
    }

    .footer-center a {
        color: #fff;
    }

    .footer-center dt {
        margin-bottom: 20px;
    }

        .footer-center dt a {
            color: #cc0200;
            font-size: 18px;
        }

    .footer-center dd {
        opacity: 0.5;
        margin-bottom: 15px;
    }

        .footer-center dd a {
            font-size: 16px;
        }

.footer-right {
    float: right;
    width: 29%;
    color: #fff;
    text-align: center;
    padding-top: 43px;
}

/* 92->100% */
.weixin-box {
    padding: 10px;
    background: url(../images/weixin2.png)no-repeat center;
    display: inline-block;
    transition: all 0.4s;
    background-size: 92%;
    margin: 19px 0 15px;
}
    /* .weixin-box:hover{animation: fangda2 1s ease-in-out infinite alternate;}   */
    .weixin-box:hover {
        background-size: 100%;
    }

@-moz-keyframes fangda2 {
    0% {
        background-size: 92%;
        transform: scale(1.05);
    }

    100% {
        background-size: 100%;
    }
}

@-webkit-keyframes fangda2 {
    0% {
        background-size: 92%;
        transform: scale(1.05);
    }

    100% {
        background-size: 100%;
    }
}

@keyframes fangda2 {
    0% {
        background-size: 92%;
        transform: scale(1.05);
    }

    100% {
        background-size: 100%;
    }
}

.footer-right h4 {
    margin-bottom: 11px;
    font-size: 40px;
    font-family: 'DIN-std';
    letter-spacing: 3px;
    color: #cc0200;
    display: inline-block;
    background: url(../images/telll.png)no-repeat left top;
    padding-left: 58px;
}

.footer-right p {
    margin-bottom: 6px;
    opacity: 0.5;
    font-size: 16px;
}

.footer-right .footer-search {
    position: unset;
    width: 283px;
    height: 36px;
    margin: 0 0 31px;
}

.footer-search input {
    height: 100%;
}

.footer-search .search {
    padding: 0 10px;
    background-color: #fff;
    float: left;
    color: #a9a9a9;
}

.footer-search .butt {
    width: 56px;
    background-color: #cc0200;
    text-align: center;
    cursor: pointer;
}

.footer-search input {
    height: 100%;
}

.footer-search .search {
    padding: 0 10px;
    background-color: #fff;
    float: left;
    color: #a9a9a9;
}

.footer-search .butt {
    width: 56px;
    background-color: #cc0200;
    text-align: center;
    cursor: pointer;
}

.mod_service {
    padding: 57px 0 78px;
}

.mod_link {
    color: #fff;
    margin-bottom: 20px;
}

    .mod_link a {
        opacity: 0.4;
        color: #fff;
        margin-right: 20px;
        margin-left: 5px;
    }

.mod_info {
    color: #585858
}

    .mod_info a {
        color: #585858;
        margin: 0 26px 0 3px;
    }

        .mod_info a:hover {
            color: #fff;
        }

.mod_link a:hover,
.footer-left dd:hover,
.footer-center dt:hover,
.footer-center dd:hover,
.footer-right dd:hover {
    opacity: 1;
}


/* ?????????????????? */


@media (max-width: 1919px) {
}

@media (max-width: 1679px) {
    .navbar {
        margin-left: 80px;
    }

        .navbar .navbar-a {
            padding: 0;
        }

    .footer.index .footer-center {
        width: 65.1%;
    }
}

@media (max-width: 1459px) {
    /* .navbar .navbar-li{padding: 0 20px;} */
    .dropmenu li > a {
        padding: 0 6px;
        line-height: 48px;
    }

    .navbar {
        margin-left: 70px;
    }
    /* .navbar .navbar-ul{margin-right: -14px;} */
    /* .navbar .navbar-li{padding: 0 16px;} */
    .dropmenu ul .dropmenu-item .dropmenu-right {
        padding-left: 30px;
    }

    .dropmenu ul .dropmenu-item .ztyw-img {
        margin-right: 30px;
    }

    .dropmenu ul .dropmenu-item .ztyw-font {
        width: 54%;
    }

    .dropmenu ul .dropmenu-item:nth-child(3),
    .dropmenu ul .dropmenu-item {
        padding: 25px 0;
    }

    /* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??a???ï¿ ?ï¿ a???????????a???ï¿ ?ï¿ a???????????????Ë‰???????ï¿¥??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ????Ë‰????????a??????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¤??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ????Ë‰????????a??????a???ï¿ ?ï¿ a???????????????ï¿ ?ï¿ aâ‚¬??????2??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??a???ï¿ ?ï¿ a???????????a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ????Ë‰????????a??????????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????Ë‰????????a???ï¿ ?ï¿ a?????????????Ë‰??????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ????Ë‰????????a??????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨ */
    .navbar .navbar-a {
        line-height: 80px;
    }

    .pc-En,
    .nav-search,
    .nav-loading,
    .header-wrap .tool {
        height: 80px;
        line-height: 80px;
    }

    .header-wrap .logo {
        margin-top: 12px;
    }

    .search-box {
        top: 81px;
    }

    .header-logo,
    .header-logo1 {
        width: 200px;
        margin-top: 5px;
    }

    .mod_service {
        padding: 30px 0 50px;
    }

    .mod_link {
        margin-bottom: 12px;
        line-height: 26px;
    }

    .navbar .navbar-li,
    .header.index .navbar .navbar-li {
        padding: 0 31px;
    }

    .footer-right {
        width: 34%;
    }

        .footer-right h4 {
            background-size: 32px;
            padding-left: 48px;
            font-size: 34px;
        }

    .weixin-box {
        margin: 10px 0;
    }

    .mod_info {
        line-height: 28px;
    }

    .footer-left h4 {
        margin-top: 0px;
        font-size: 20px;
    }
}

@media (max-width: 1259px) {
    .navbar {
        margin-right: 0;
    }

        .navbar .navbar-ul {
            margin-right: -6px;
        }

        .navbar .navbar-li {
            padding: 0 10px;
        }

        .navbar .navbar-a {
            padding: 0 2px;
        }

    .nav-search, .nav-loading {
        margin-right: 20px;
    }

    .footer.index .footer-center,
    .footer-center {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        padding-top: 0px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-info {
        float: right;
        padding-top: 48px;
    }

    .footer-info2 {
        float: left;
        float: unset;
    }

    .footer-center,
    .footer.index .footer-center {
        padding: 32px 0 20px;
    }

    .footer-right h4 {
        background-size: 27px;
        padding-left: 36px;
        font-size: 30px;
    }

    .footer-center dl {
        width: 22%;
    }

        .footer-center dl:last-child {
            float: right;
            width: 10%;
        }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .teldb img,
    .kf-zx img {
        width: 22px;
    }

    .footer-left h4 {
        margin-right: 10px;
        font-size: 16px;
        margin-top: 3px;
    }

    .footer-left a {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
}

@media (max-width: 321px) {
}



/* ===================??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â§??a???ï¿ ?ï¿ a??????????????aâ‚¬????Â§??a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a????????|??????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â§??a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a??????????????aâ‚¬1?ï¿ a???Â°===================*/
/*===================app-??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¤??a???ï¿ ?ï¿ a???????????????ï¿ ?ï¿ aâ‚¬??????2??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a?????????????Ë‰????????a??a????Ë‰??????????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨start===================*/

.header-app {
    background: #cc0200;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

    .header-app.open-menu {
        height: 100%;
        background: #fff;
        -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    }

    .header-app .logo {
        float: left;
        vertical-align: middle;
        padding: 18px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .header-app .logo img {
            width: 210px;
        }

    .header-app .right-box {
        padding-left: 10px;
    }

    .header-app .red-txt {
        font-size: 14px;
    }

    .header-app .black-txt {
        font-size: 12px;
    }

.navbar-app {
    position: relative;
    -webkit-box-shadow: 3px 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    height: 60px;
    text-align: center;
    background: #fff;
}

.navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

    .navbar-togger .icon_bar {
        width: 24px;
        height: 2px;
        background-color: #cc0200;
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .navbar-togger .icon_bar:nth-of-type(2) {
            margin: 5px 0;
        }

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-list li {
    border-bottom: 1px solid #cfcfcf;
    opacity: 0;
    pointer-events: none;
}

    .nav-list li.open {
        border-bottom: none;
    }

.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
    position: relative;
}

    .cate-item a {
        font-size: 16px;
        line-height: 48px;
        margin-right: 60px;
        display: block;
        color: #444;
    }

.nav-list li.active .cate-item > a,
.nav-list li.open .cate-item > a {
    color: #cc0200;
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #cc0200;
}

.category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .category-tig::before,
    .category-tig::after {
        content: '';
        background: #888;
        position: absolute;
        top: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .category-tig::before {
        width: 16px;
        height: 2px;
        right: 0;
        margin-top: -1px;
    }

    .category-tig::after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        right: 7px;
    }

.nav-list li.open .category-tig::after {
    opacity: 0;
}

.nav-list li.open .category-tig::before {
    background: #cc0200;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
}

.category-pad {
    padding: 0 15px;
}

.category-cont a {
    line-height: 40px;
    border-bottom: 1px solid #cfcfcf;
    display: block;
    color: #666;
}

.category-pad a.active {
    color: #cc0200;
}

.app-sousuo {
    line-height: 22px;
    border-right: solid 1px #cc0200;
    padding-right: 15px;
    color: #cc0200;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}

.alert-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    z-index: 9999;
}

.alert-top {
    height: 60px;
    background: #fff;
    padding: 10px 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

    .alert-top .text {
        border-radius: 0px;
        height: 40px;
        background: none;
        border: solid 1px rgba(0, 0, 0, 0.1);
        width: 80%;
        float: left;
        color: #666;
        padding: 0 10px;
    }

    .alert-top .search {
        background: url(../images/icon-search.png) no-repeat center;
        width: 10%;
        height: 26px;
        float: left;
        margin-top: 7px;
    }

    .alert-top span {
        color: #666;
        float: right;
        font-size: 20px !important;
        margin-top: 8px;
        width: 10%;
        text-align: center;
    }

.app-lanu {
    text-align: center;
    margin-top: 20px;
}

    .app-lanu a {
        display: inline-block;
        line-height: 30px;
        padding: 0 14px;
        font-size: 14px;
        color: #333;
    }

        .app-lanu a.on {
            background: #cc0200;
            color: white;
            border-radius: 30px;
        }

.app-search {
    margin-bottom: 15px;
    border: 1px solid #cc0200;
}

    .app-search input {
        width: 86%;
        line-height: 38px;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        color: #afafaf;
        padding: 0 12px;
    }

    .app-search button {
        width: 38px;
        float: right;
        height: 38px;
        text-align: center;
        line-height: 38px;
    }

    .app-search i {
        font-size: 20px !important;
        color: #888;
        cursor: pointer;
    }

.app-sousuo {
    line-height: 22px;
    color: #cc0200;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}

/*===================app-??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¤??a???ï¿ ?ï¿ a???????????????ï¿ ?ï¿ aâ‚¬??????2??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a?????????????Ë‰????????a??a????Ë‰??????????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨end===================*/
/*===================app-??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a????????????o??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????Ë‰??????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a?????????????Ë‰????????a??a????Ë‰??????????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨ ===================*/
.foot-app {
    width: 100%;
    background: #dee5ed;
    padding: 0 15px;
    display: none;
}

    .foot-app .footer-tit {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .foot-app .open .footer-tit a {
        color: #333;
    }

    .foot-app .footer-tit a {
        font-size: 16px;
        color: #333;
        line-height: 48px;
        margin-right: 48px;
        display: block;
    }

    .foot-app .footer-tig {
        font-size: 14px;
        color: #fff;
        text-align: right;
        line-height: 48px;
        width: 20px;
        height: 48px;
        position: absolute;
        right: 0px;
        top: 0;
        z-index: 2;
    }

        .foot-app .footer-tig::before,
        .foot-app .footer-tig::after {
            content: '';
            background: rgba(0, 0, 0, 0.4);
            position: absolute;
            top: 50%;
            transition: all .3s;
            left: 50%;
        }

        .foot-app .footer-tig::before {
            width: 18px;
            height: 2px;
            margin-left: -8px;
        }

        .foot-app .footer-tig::after {
            width: 2px;
            height: 18px;
            margin-top: -8px;
        }

    .foot-app .footer-item.open .footer-tig::after {
        opacity: 0;
    }

    .foot-app .footer-item.open .footer-tig::before {
        background: rgba(0, 0, 0, 0.4)
    }

    .foot-app .footer-cont {
        display: none;
        border: solid 1px rgba(0, 0, 0, 0.2);
        border-top: 0;
        padding: 0 15px;
    }

        .foot-app .footer-cont a {
            line-height: 40px;
            color: #333;
            display: block;
            font-size: 14px;
            border-bottom: dashed 1px rgba(0, 0, 0, 0.4);
        }

            .foot-app .footer-cont a:last-child {
                border: none;
            }

    .foot-app .footer-item.open .footer-cont a.active {
        color: #e94609;
    }

    .foot-app .footer-top {
        padding: 25px 0;
    }

    .foot-app .footer-left {
        float: left;
        margin-bottom: 10px;
    }

        .foot-app .footer-left h1 {
            font-size: 20px;
            color: #fff;
        }

            .foot-app .footer-left h1 img {
                display: inline-block;
                width: 24px;
                height: 20px;
                margin-top: -2px;
            }

    .foot-app .footer-right {
        width: 100%;
        float: left;
    }

        .foot-app .footer-right p {
            color: #fff;
            line-height: 22px;
        }

    .foot-app .bshare {
        float: none;
        text-align: center;
        margin-top: 15px;
    }

        .foot-app .bshare a {
            margin-left: 15px;
        }

    /* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â¤??a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ???|??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????a???ï¿ ?ï¿ a????????????1 */
    .foot-app .footer-input {
    }

    .foot-app .search-input {
        background-color: #fff;
        border: 1px solid #fff !important;
    }

    .foot-app .search-butt {
        background-color: #fff;
        border: 1px solid #fff;
    }

.foinfo-left {
    float: left;
    width: 50%;
}

.foinfo-right {
    float: right;
    width: 50%;
}

.foot-app .share-box {
    margin-top: 12px;
    margin-bottom: 10px;
}

.mod_service_app p {
    color: #fff;
}

    .mod_service_app p a {
        color: #fff;
    }

.mod_service_app {
    padding-bottom: 15px;
}
/*===================app-??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a????????????o??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????Ë‰??????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a?????????????Ë‰????????a??a????Ë‰??????????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨ ===================*/

@media(max-width: 1459px) {
}

@media(max-width: 1259px) {
    .header-logo, .header-logo1 {
        width: 180px;
    }

    .header {
        display: none !important;
    }

    .header-app {
        display: block !important;
    }
}

@media(max-width: 1204px) {
}

@media(max-width: 991px) {

    /* app */
    /* .footer {display: none !important;} */
    /* .foot-app { display: block !important;padding:35px 15px 70px;} */
    .mod_share a, .mod_info p a, .mod_info p,
    /*  pc*/
    .footer-right p {
        padding-right: 0;
    }

    .mod_service {
        padding: 30px 0 65px;
    }
    /* .footer-center{display: none;}
.footer-left,
.footer-right{width: 50%;}
.footer-left{padding: 32px 0;} */

}

@media (max-width: 767px) {
    /* app */
    .app-sousuo {
        padding-right: 10px;
    }

    .footer-left {
        padding: 35px 0 30px;
        width: 100%;
    }

    .footer-center {
        display: none;
        width: 100%;
    }

    .footer-right {
        padding: 0;
        width: 100%;
        padding-top: 20px;
    }

        .footer-right .footer-search {
            margin: 0 0 20px;
        }

    .mod_service {
        padding: 26px 0 65px;
    }
}

@media (max-width: 639px) {
    .weixin-box img {
        width: 85px;
    }

    .footer-right h4 {
        background-size: 22px;
        padding-left: 30px;
        font-size: 26px;
    }

    .footer-info {
        width: 100%;
        padding-top: 35px;
    }
}

@media (max-width: 370px) {
}








/* =====================??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a????????????|??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????Ë‰????????a??????ï¿ ?ï¿ aâ‚¬????â€¦aâ‚¬???????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a????????????????????start===================== */
/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????|??a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????|??a???ï¿ ?ï¿ a??????????????aâ‚¬????Â± */

.footer-input .search-input {
    color: #999;
    border: 1px solid #707070;
    float: left;
    font-family: 'AK-LIGHT';
    height: 45px;
    width: 240px;
    padding: 0 8px;
    display: inline-block;
    border-radius: 5px 0 0 5px;
}

.footer-input .search-butt {
    background: url(../images/sent.png)no-repeat center;
    float: left;
    border-radius: 5px;
    display: inline-block;
    height: 45px;
    width: 60px;
    ;
    background-color: #cc0200;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ???|??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a????????????????aâ‚¬????Â°??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????1??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ???|??a???ï¿ ?ï¿ a????????|????Ë‰????????a??????ï¿ ?ï¿ aâ‚¬????â€¦aâ‚¬???a???ï¿ ?ï¿ a????????????o??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â¤??a???ï¿ ?ï¿ a????????????o??a???ï¿ ?ï¿ a????????|????Ë‰????????a??a????Ë‰??????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â§??a???ï¿ ?ï¿ a????????????o??a???ï¿ ?ï¿ a??????????????aâ‚¬????Â§??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a??????????????aâ‚¬1?ï¿ a???Â°??a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â¨??a???ï¿ ?ï¿ a????????1????Ë‰????????a??????a???ï¿ ?ï¿ a????????????a */
.drop-nav {
    position: relative;
    display: block;
}

.nav-top {
    position: relative;
    height: 52px;
    line-height: 52px;
    border-bottom: solid 1px #dee5ed;
}

    .nav-top .nav-a {
        color: #333;
        font-size: 16px;
        display: block;
        padding: 0px 20px 0 45px;
    }

    .nav-top .nav-more {
        font-size: 16px;
        color: #333;
        text-align: center;
        transition: all .5s;
        line-height: 52px;
        width: 45px;
        height: 52px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .nav-top.active a {
        background-color: #cc0200;
        color: #fff;
    }

.nav-bot {
    top: 48px;
    left: 0;
    width: 100%;
    display: none;
}

    .nav-bot .nav-item {
    }

.nav-bot {
    z-index: 99;
}

.nav-more.open {
    transform: rotateZ(90deg);
    opacity: 1;
}

.nav-top.one .nav-more {
    left: 15px;
}

.nav-top.one .nav-a {
    padding: 0 20px 0 55px;
}

.nav-top.second {
    padding: 0 20px 0 65px;
}

.iframe-nav .nav-top.one .nav-more {
    left: 0;
}

.iframe-nav .nav-top.second {
    padding: 0 20px 0 54px;
}

.iframe-nav .nav-top.three {
    padding: 0 20px 0 65px;
}

/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????????Ë‰????????????Ë‰????????a??????????a???ï¿ ?ï¿ a????????|??????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â§??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨ */
.com-file {
}

.com-file-ul {
    margin: 0 -25px;
}

    .com-file-ul li {
        float: left;
        width: 50%;
        padding: 0 25px;
        margin-bottom: 19px;
    }

.com-file-item {
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
}

    .com-file-item img {
        float: left;
        margin-right: 24px;
    }

    .com-file-item .file-font {
        padding: 23px 0 20px;
        float: left;
    }

    .com-file-item h4 {
        color: #444;
    }

    .com-file-item p {
        color: #888;
        margin-top: 9px;
    }

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    position: relative;
    color: #333;
}

.btn8 {
    border: 1px solid #d0d0d0;
    position: relative;
    color: #666;
    overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .btn8 .bg_brf, .btn8 .bg_aft {
        background: #cc0200;
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 100%;
        left: 0;
        z-index: -1;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
        transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    }

    .btn8 .bg_brf {
        opacity: 0.5;
    }

    .btn8:hover {
        color: #fff;
        border-color: #cc0200;
    }

        .btn8:hover .bg_brf, .btn8:hover .bg_aft {
            bottom: 0;
        }

        .btn8:hover .bg_aft {
            -webkit-transition-delay: .175s;
            transition-delay: .175s;
        }

    .btn8 span {
        position: relative;
        z-index: 1;
    }

.btn9 {
    border: 1px solid #d0d0d0;
    position: relative;
    color: #666;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .btn9:hover {
        color: #fff;
        border-color: #cc0200;
    }

    .btn9 .bgsqr1, .btn9 .bgsqr2, .btn9 .bgsqr3, .btn9 .bgsqr4 {
        background: #cc0200;
        position: absolute;
        width: 25%;
        height: 0;
        -webkit-transition: height .4s;
        transition: height .4s;
    }

    .btn9 .bgsqr1 {
        top: 0;
        left: 0;
    }

    .btn9 .bgsqr2 {
        bottom: 0;
        left: 25%;
    }

    .btn9 .bgsqr3 {
        top: 0;
        left: 50%;
    }

    .btn9 .bgsqr4 {
        bottom: 0;
        left: 75%;
    }

    .btn9:hover .bgsqr1, .btn9:hover .bgsqr2, .btn9:hover .bgsqr3, .btn9:hover .bgsqr4 {
        height: 100%;
    }

    .btn9 span {
        position: relative;
        z-index: 1;
    }


/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a????????1????Ë‰????????a??????????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a???????????????????? */
.com-page {
    font-family: 'Open Sans';
    text-align: center;
}

    .com-page a {
        width: 180px;
        background-color: #f1f3f6;
        display: block;
        height: 50px;
        line-height: 50px;
    }

    .com-page span {
        position: relative;
        color: #666;
        z-index: 33;
    }

.page-cent {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}

    .page-cent img {
        width: 100%;
    }

.page-prev,
.page-next {
    display: inline-block;
    position: relative;
}

    .page-c i,
    .page-prev i,
    .page-next i {
        font-weight: 700;
        margin: 0 3px;
        color: #666;
        position: relative;
        z-index: 33;
    }

    .page-next::before,
    .page-prev::after {
        transition: all 0.5s;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0%;
        height: 100%;
        background-color: #cc0200;
    }

    .page-next::before {
        left: 0;
    }

    .page-next:hover::before,
    .page-prev:hover::after {
        width: 100%;
    }

    .page-next:hover span,
    .page-prev:hover span {
        color: #fff;
    }

    .page-next:hover i,
    .page-prev:hover i {
        color: #fff;
    }

/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????????Ë‰????????????Ë‰????????a??????????a???ï¿ ?ï¿ a????????|??????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â§??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨swiper??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ???|??a???ï¿ ?ï¿ a????????|????Ë‰????????a??a????Ë‰??????????????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a????????????????aâ‚¬????Â°??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????Ë‰????????a???ï¿ ?ï¿ a?????????????Ë‰??????????a???ï¿ ?ï¿ a????????????? */
.swiper-button-next.com-butt, .swiper-button-prev.com-butt {
    background: none !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    background-color: #f0f0f0 !important;
    font-size: 16px !important;
    color: #000;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    top: 50% !important;
    /* transform: translateY(-50%)!important; */
    transition: all 0.5s;
    opacity: 1 !important;
}

.com-butt.swiper-button-next:hover,
.com-butt1.swiper-button-next:hover {
    background-color: #cc0200 !important;
    color: #fff;
}

.com-butt1.swiper-button-prev:hover,
.com-butt.swiper-button-prev:hover {
    background-color: #cc0200 !important;
    color: #fff;
}

.swiper-button-next.com-butt1, .swiper-button-prev.com-butt1 {
    background: none !important;
    width: 55px !important;
    height: 55px !important;
    line-height: 55px !important;
    font-size: 14px !important;
    color: #cc0200;
    border: 1px solid #cc0200;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    top: 42% !important;
    transition: all 0.5s;
    opacity: 1 !important;
}

.com-butt1.swiper-button-next:hover {
    background-color: #cc0200 !important;
    color: #fff;
}

.com-butt1.swiper-button-prev:hover {
    background-color: #cc0200 !important;
    color: #fff;
}

@media (max-width: 1459px) {
    .swiper-button-next.com-butt, .swiper-button-prev.com-butt {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 1259px) {
    .swiper-button-next.com-butt, .swiper-button-prev.com-butt {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    .swiper-button-next.com-butt, .swiper-button-prev.com-butt {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 12px !important;
    }
}



/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????????Ë‰????????????Ë‰????????a??????????a???ï¿ ?ï¿ a????????|??????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â§??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a??????????????aâ‚¬????Â°??a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a??????????????aâ‚¬1?ï¿ a???Â°??a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â¨??a???ï¿ ?ï¿ a????????1????Ë‰????????a??????a???ï¿ ?ï¿ a????????????a */
.com-nav {
    text-align: center;
}

.com-nav-ul {
    display: inline-block;
    margin: 50px 0 45px;
}

    .com-nav-ul li {
        float: left;
        padding: 0 10px;
    }

.com-nav-item {
}

    .com-nav-item a {
        color: #cc0200;
        text-align: center;
        display: block;
        width: 200px;
        height: 40px;
        line-height: 37px;
        border: 1px solid #cc0200;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    }

        .com-nav-item a span {
            position: relative;
            z-index: 33;
        }

        .com-nav-item a::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0%;
            background: #fff;
            transition: all 0.5s;
        }

        .com-nav-item a:hover::after {
            height: 100%;
            background: #cc0200;
        }

        .com-nav-item a:hover span {
            color: #fff !important;
        }

        .com-nav-item a.active span {
            color: #fff !important;
        }

        .com-nav-item a.active {
            background: #cc0200;
        }
/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????????Ë‰????????????Ë‰????????a??????????a???ï¿ ?ï¿ a????????|??????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â§??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨ul */
.com-ul {
    margin: 0 -12px;
    font-size: 0;
}

    .com-ul li {
        float: none;
        width: 33.33%;
        padding: 0 12px;
        display: inline-block;
        vertical-align: top;
    }

.com-ul-item {
    box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, .04);
}

.com-ul-img {
    overflow: hidden;
}

    .com-ul-img img {
        width: 100%;
        transition: all 1s;
    }

.com-ul-font {
    text-align: center;
    background-color: #fff;
}

    .com-ul-font h4 {
    }

    .com-ul-font p {
        color: #333;
    }

.com-ul-item:hover img {
    transform: scale(1.05);
}

.com-ul-item:hover p {
    color: #cc0200;
}
/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????????Ë‰????????????Ë‰????????a??????????a???ï¿ ?ï¿ a????????|??????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â§??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨pagination */

/* .com-pagination{text-align: center;padding: 30px 0 74px;} */
.com-pag-ul {
    display: inline-block;
}

    .com-pag-ul li {
        float: left;
        margin: 0 5px;
    }

.com-pag-item {
}

    .com-pag-item a {
        width: 46px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        transition: all .5s;
        display: block;
        background-color: #f1f3f6;
        color: #999;
        font-family: 'Open Sans';
    }

    .com-pag-item i {
        font-weight: 700;
        font-size: 14px;
    }

    .com-pag-item a.active {
        background-color: #cc0200;
        color: #fff;
    }

    .com-pag-item a:hover {
        background-color: #cc0200;
        color: #fff;
    }
/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????????Ë‰????????????Ë‰????????a??????????a???ï¿ ?ï¿ a????????|??????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â§??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨swiper??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a??????????????aâ‚¬????Â°??a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a??????????????aâ‚¬1?ï¿ a???Â°??a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â¨??a???ï¿ ?ï¿ a????????1????Ë‰????????a??????a???ï¿ ?ï¿ a????????????a??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ???|??a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â·??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a????????????? */
.com-pagination.swiper-pagination {
    width: 100% !important;
    bottom: 45px !important;
}

.com-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 20px;
    height: 5px;
    border-radius: 0 !important;
    opacity: 1 !important;
    border-radius: 2px !important;
}

.com-pagination .swiper-pagination-bullet-active {
    width: 40px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
}

/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â¤??a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â¨??a???ï¿ ?ï¿ a??????????????aâ‚¬????Â§??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????ï¿ ?ï¿ aâ‚¬??????|????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a????????1????Ë‰????????a??????????Ë‰????????????Ë‰????????a??????????Ë‰??????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â§??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????o??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????Ë‰????????a???ï¿ ?ï¿ a?????????????Ë‰??????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a????????????-??a???ï¿ ?ï¿ a????????????? */
.bgz-left {
    float: left;
    width: 49.23%;
}

.bgz-item {
    display: block;
    position: relative;
}

.bgz-font p {
    margin-top: 6px;
}

.bgz-font {
    position: absolute;
    bottom: 0;
    padding: 28px 46px 41px;
    color: #fff;
    width: 100%;
}

/* bgz-font */
.bgz-right {
    float: right;
    width: 49.23%;
}

.bgz-rt {
    margin-bottom: 21px;
}

.bgz-img img {
    width: 100%;
    transition: all 1s;
}

.bgz-bott-ul {
    margin-top: 38px;
}

    .bgz-bott-ul li {
        float: left;
        width: 49.23%;
    }

        .bgz-bott-ul li:last-child {
            float: right;
        }

    .bgz-bott-ul .bgz-font h4 {
        color: #000;
    }

    .bgz-bott-ul .bgz-font p {
        color: #151214;
    }

.bgz-img {
    overflow: hidden;
}

.bgz-item:hover img {
    transform: scale(1.05);
}



/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a????????????1??a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ???|??a???ï¿ ?ï¿ a????????|??????????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????Ë‰????????a???ï¿ ?ï¿ a?????????????Ë‰????????5??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â¤??a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a????????????aicon */
.com-icon {
}

    .com-icon li {
        float: left;
        width: 20%;
    }

.icon-item {
    text-align: center;
    position: relative;
}

.icon-font {
    color: #dee5ed;
}

.icon-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #15467b;
    width: 1px;
    height: 68.8%;
    border-radius: 50%;
}

.com-icon li:last-child .icon-item::after {
    display: none;
}

.icon-font h4 {
}

.icon-item p {
    margin: 10px 0 0;
    padding: 0px 10px;
}

.icon-item .info-btn {
    color: #cc0200;
    opacity: 0;
    transition: all 0.5s;
}

.icon-img {
    position: relative;
    display: inline-block;
    margin: auto;
    overflow: hidden;
}

    .icon-img img {
        width: 100%;
        width: 44px;
    }

    .icon-img::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        background-color: #cc0200;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: all 0.5s;
    }




/* =====================??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????|??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a????????????????????start===================== */
/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????|??a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????|??a???ï¿ ?ï¿ a??????????????aâ‚¬????Â± */

/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ???|??????Ë‰????????????Ë‰????????a??????????Ë‰??????????a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????????Ë‰????????????Ë‰????????a??????????a???ï¿ ?ï¿ a????????|??????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ???|??a???ï¿ ?ï¿ a????????|????Ë‰????????a??a????Ë‰??????????????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a????????????????aâ‚¬????Â°??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????Ë‰????????a???ï¿ ?ï¿ a?????????????Ë‰??????????a???ï¿ ?ï¿ a????????????? */
.com-btn span {
    position: relative;
    z-index: 33;
}

.com-btn {
    color: #333;
    border: 2px solid #959697;
    display: inline-block;
    padding: 6px 32px;
    position: relative;
}

    .com-btn::after {
        transition: all 0.5s;
        content: "";
        display: block;
        background-color: #cc0200;
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
    }

    .com-btn:hover {
        border: 2px solid transparent;
    }

        .com-btn:hover span {
            color: #fff;
        }

        .com-btn:hover::after {
            width: 100%;
        }


/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â¨??a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a???????????????????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????Ë‰???????? */
.form-ul {
    margin: 0 -12px;
}

    .form-ul li {
        float: left;
        padding: 0 12px;
        width: 33.33%;
        margin-bottom: 20px;
    }

.form-ul-item {
    background-color: #fff;
    line-height: 50px;
    padding-left: 20px;
}

.form-ul label {
    color: #666;
    display: inline-block;
}

.red {
    color: #cc0200;
}

.form-ul input {
    width: 90%;
    color: #666;
    font-size: 16px;
}

.com-form textarea {
    background-color: #fff;
    height: 190px;
    resize: none;
    line-height: 50px;
    padding-left: 20px;
    padding-top: -1px;
    /* border: 1px solid #e9e9e9; */
    display: block;
    width: 100%;
    color: #666;
    font-size: 16px;
}


/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a??????????????aâ‚¬????Â·??a???ï¿ ?ï¿ a????????????|??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????o??a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a????????????3??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ???|??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????Ë‰????????a??????ï¿ ?ï¿ aâ‚¬????â€¦aâ‚¬???????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????? */
.com-ztyw {
    display: inline-block;
}

.ztyw-img {
    float: left;
    overflow: hidden;
}

    .ztyw-img img {
        width: 100%;
        transition: all 1s
    }

.ztyw-font {
    float: left;
}

    .ztyw-font h4 {
        color: #0d141c;
    }

    .ztyw-font p {
        color: #0d141c;
    }

/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â¤??a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a????????|??????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????o??a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â¤??a???ï¿ ?ï¿ a???????????????????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????1??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ???|??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????Ë‰????????a??????ï¿ ?ï¿ aâ‚¬????â€¦aâ‚¬???????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????? */
.com-swxt {
    display: block;
    position: relative;
    transition: all 0.5s;
}

.swxt-img {
    overflow: hidden;
}

    .swxt-img img {
        width: 100%;
        transition: all 1s;
    }

.swxt-font {
    text-align: center;
    color: #0d141c;
}

/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ???|??a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a????????|??????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a????????|??????a???ï¿ ?ï¿ a??????????????aâ‚¬????Â¨??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ???|??a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a????????????? */

.scrollbar {
    overflow-y: auto;
    padding-right: 5px;
}

    .scrollbar::-webkit-scrollbar {
        width: 3px;
        background-color: #dcdbdb;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #cc0200;
        border-radius: 10px;
    }

/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â§??a???ï¿ ?ï¿ a????????|????Ë‰????????a??????ï¿ ?ï¿ aâ‚¬????â€¦aâ‚¬???a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â§??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????Ë‰??????????a???ï¿ ?ï¿ a???????????????Ë‰???????ï¿¥ */

.omit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.omit1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.omit3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*index- banner */
.index.banner .swiper-wrapper > a {
    display: inline-block;
    width: 100%;
}

.ban-tit {
    font-size: 60px;
    color: #fff;
}

.ban-dec {
    color: #fff;
}

.index-tit {
    font-size: 50px;
    color: #cc0200;
    font-weight: 400;
}

.index-dec {
    color: #969696;
    margin-top: 16px;
    font-weight: 200;
}

.ssline {
    position: relative;
    display: inline-block;
}

    .ssline::after {
        transition: all 0.2s;
        content: "";
        display: block;
        margin: 40px auto 35px;
        vertical-align: middle;
        width: 15%;
        height: 2px;
        background: #fff;
    }

.banner-wrap:hover .ssline::after {
    width: 50%;
    background: linear-gradient( to right,transparent,#fff,transparent);
}

.sxline {
    position: relative;
}

    .sxline::after {
        content: "";
        width: 1px;
        height: 130%;
        background-color: #ededed;
        position: absolute;
        top: -14px;
        right: 0;
    }




.index.banner {
    margin-top: 80px;
}

.banner-wrap {
    position: absolute;
    top: 33.3%;
    width: 100%;
    transform: translateY(-50%);
}

.index.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.index.banner .pc-banner {
    width: 100%;
    animation: fangda 4s ease-in-out infinite alternate;
}

@-moz-keyframes fangda {
    0% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes fangda {
    0% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fangda {
    0% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}



.index.banner .app-banner {
    display: none;
    width: 100%;
}

.index.banner .banner-font {
    color: #fff;
    text-align: center;
}

    .index.banner .banner-font h4 {
        color: #fff;
        font-size: 80px;
        font-weight: bold;
        line-height: 96px;
    }

    .index.banner .banner-font li {
        float: left;
        padding: 0px 21px 0 9px;
        position: relative;
    }

        .index.banner .banner-font li::before {
            content: "";
            width: 2px;
            height: 20px;
            background-color: #cc0200;
            display: inline-block;
            position: absolute;
            top: 5px;
            left: 0;
        }

    .index.banner .banner-font ul {
        display: inline-block;
        margin-top: 65px;
    }


@media(max-width: 1681px) {
    .ban-tit {
        font-size: 46px;
    }

    .banner-font .ssline::after {
        margin: 30px auto 25px;
    }

    .com-pagination.swiper-pagination {
        bottom: 40px !important;
    }

    .index.banner .banner-font h4 {
        font-size: 68px;
        line-height: 82px;
    }

    .index.banner .banner-font ul {
        margin-top: 30px;
    }

    .index.banner .banner-font li::before {
        top: 3px;
    }
}

@media(max-width: 1459px) {
    .ban-tit {
        font-size: 40px;
    }

    .banner-font .ssline::after {
        margin: 28px auto 24px;
    }

    .com-pagination.swiper-pagination {
        bottom: 35px !important;
    }

    .index.banner .banner-font h4 {
        font-size: 58px;
        line-height: 74px;
    }
}

@media(max-width: 1259px) {
    .ban-tit {
        font-size: 32px;
    }

    .banner-font .ssline::after {
        margin: 18px auto;
    }

    .com-pagination.swiper-pagination {
        bottom: 30px !important;
    }

    .com-pagination .swiper-pagination-bullet {
        height: 3px !important;
    }

    .index.banner {
        margin-top: 60px;
    }

        .index.banner .banner-font li::before {
            top: 1px;
        }

        .index.banner .banner-font h4 {
            font-size: 44px;
            line-height: 58px;
        }

        .index.banner .banner-font ul {
            width: 82%
        }

        .index.banner .banner-font li {
            width: 33.33%;
            margin-bottom: 15px;
        }

    .banner-wrap {
        top: 40%;
    }
}

@media(max-width: 991px) {
    .com-pagination.swiper-pagination {
        bottom: 25px !important;
    }

    .ban-tit {
        font-size: 26px;
    }

    .index.banner .banner-font h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .index.banner .banner-font ul {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .index.banner .app-banner {
        display: block;
    }

    .index.banner .pc-banner {
        display: none;
    }

    .banner-wrap {
        display: block;
    }

    .com-pagination.swiper-pagination {
        bottom: 10px !important;
    }

    .index.banner .banner-font li {
        width: 50%;
        height: 40px;
    }

    .index.banner .banner-font ul {
        display: none;
    }
}

@media(max-width: 640px) {
}

@media(max-width: 400px) {
}

@media(max-width: 321px) {
}




/* =====================??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a????????????|??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????Ë‰????????a??????ï¿ ?ï¿ aâ‚¬????â€¦aâ‚¬???????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a????????????????????end===================== */
/*===??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a?????????????????????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????|??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a????????????????????banner===*/
/*===????????banner===*/
.ny-banner {
    position: relative;
    margin-top: 81px;
}

    .ny-banner img.ny-pc {
        display: block;
        width: 100%;
    }

    .ny-banner img.ny-app {
        display: none;
    }

    .ny-banner .ny-app {
        display: none;
    }

        .ny-banner .ny-app img {
            width: 100%;
        }

.ny-font {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-58%);
    /* height: 100%; */
}

.offers .ny-font,
.down .ny-font {
    transform: translateY(-50%);
}

.ny-tit {
    color: #0d141c;
}

.ny-mbx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* opacity: 0.8; */
}


/* DIY */
.ny-banner .ny-title {
    width: 54%; /* padding-top: 96px; */
}

    .ny-banner .ny-title .ny-tit {
        font-size: 40px;
        color: #cc0200;
        text-align: left;
        margin-bottom: 0;
    }

    .ny-banner .ny-title p {
        color: white;
        line-height: 36px;
        margin: 3px 0 0;
        font-weight: 200;
        text-align: left;
        opacity: 0.8;
    }

    .ny-banner .ny-title p {
        line-height: 28px;
        font-size: 16px;
    }

.nav-wrap {
    position: relative;
    overflow: hidden;
}

.down .nav-header {
    height: 80px;
}

.nav-header {
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .1);
}

.ban-nav.left {
    width: 100%;
    text-align: center;
}

.ban-nav .com-ul {
    margin: 0;
}

    .ban-nav .com-ul li a {
        color: #969696;
        /* transition: all 0.5s; */
        display: block;
        margin: 0 40px;
    }

    .ban-nav .com-ul li.on a {
        color: #cc0200;
    }

    .ban-nav .com-ul li {
        width: auto;
        height: 80px;
        line-height: 80px;
        position: relative;
        padding: 0;
    }

        .ban-nav .com-ul li:hover a {
            color: #cc0200;
        }

        .ban-nav .com-ul li::after {
            transition: all 0.5s;
            content: "";
            display: block;
            background-color: #cc0200;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0%;
            height: 0%;
            transform: translate(-50%,-50%);
        }

/* ???ï¿¥?ï¿ a???|???????ï¿¥?ï¿ a???|???Â±???|?â€¦aâ‚¬??ï¿ a???Â°?????ï¿ a??a?ï¿ ???????Â§?â€¦???ï¿ a????hover */
.com-hover {
    display: inline-block;
    position: relative;
    background: transparent;
    z-index: 1;
}

    .com-hover::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #cc0200;
        position: absolute;
        left: 0;
        bottom: 0;
        transform-origin: 100%;
        -webkit-transform-origin: 100%;
        /* -webkit-transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1);
        transition: transform .4s cubic-bezier(.4,0,.2,1); */
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        visibility: hidden\9;
        z-index: -1;
    }

    .case .ny-wrap li:hover .com-hover::before,
    .com-hover.on::before,
    .com-hover:hover::before {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform-origin: 0%;
        -webkit-transform-origin: 0%;
    }

    .com-hover:hover a,
    .com-hover.on a {
        color: #fff !important;
    }

/* ????????????? */
/* .com-mbx::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 23px;
    vertical-align: middle;
    padding-left: 21px;
    margin-top: -4px;
    background: url(../nav-icon.png) no-repeat center;
} */

.com-mbx.right {
    float: left;
    display: block;
}

.com-mbx {
    line-height: 34px;
    /* background: url(../images/nav-icon.png)no-repeat left; */
}

    .com-mbx a {
        color: #999;
        font-weight: 200;
        font-size: 13px;
    }

        .com-mbx a.active {
            color: #cc0200;
        }


.drop-nav {
    display: none;
}



@media(max-width: 1919px) {
}

@media(max-width: 1679px) {
    .ny-banner .ny-title .ny-tit {
        font-size: 36px;
    }



    .ban-nav .com-ul li {
        width: auto;
        height: 70px;
        line-height: 70px;
    }
}

@media(max-width: 1459px) {
    .ny-banner .ny-title .ny-tit {
        font-size: 32px;
    }

    .ny-banner {
        margin-top: 80px;
    }

    .ban-nav .com-ul li {
        height: 60px;
        line-height: 60px;
    }

        .ban-nav .com-ul li a {
            margin: 0 30px;
        }

    .down .nav-header,
    .nav-header {
        height: 60px;
    }

    .com-mbx {
        line-height: 36px;
    }

    .ny-banner .ny-title p {
        line-height: 28px;
        margin: -2px 0 0;
        font-size: 14px;
    }

    .mod_info,
    .footer-right p,
    .footer-center dd a {
        font-size: 14px;
    }
}

@media(max-width: 1259px) {
    .ny-banner .ny-title .ny-tit {
        font-size: 30px;
    }

    .ny-banner .ny-title {
        width: 74%;
    }

        .ny-banner .ny-title p {
            line-height: 26px;
        }

    .down .nav-header,
    .nav-header {
        height: 45px;
    }

    .com-mbx {
        line-height: 32px;
    }

    .ny-banner {
        margin-top: 60px;
    }

    .ban-nav .com-ul li {
        height: 45px;
        line-height: 45px;
    }

        .ban-nav .com-ul li a {
            margin: 0 20px;
        }
}

@media(max-width: 991px) {
    .ny-banner .ny-title .ny-tit {
        font-size: 28px;
    }

    .ny-banner {
        margin-top: 60px;
    }

        .ny-banner img.ny-pc {
            width: 160%;
        }

        .ny-banner .ny-title {
            width: 80%;
        }
}

@media(max-width: 767px) {
    .ny-banner img.ny-pc {
        display: none;
    }

    .ny-banner .ny-title {
        width: 100%;
    }

        .ny-banner .ny-title .ny-tit {
            text-align: center;
            font-weight: normal;
        }

        .ny-banner .ny-title p {
            text-align: center;
            font-size: 16px;
            margin-top: 10px;
            line-height: 28px;
        }

    .ny-banner .ny-font {
        display: block;
    }

    .ny-banner img.ny-app {
        display: block;
        width: 100%;
    }

    .ny-top {
        margin-bottom: 10px;
    }

    .com-mbx {
        display: none;
    }

    .nav-header {
        display: none;
    }

    .ny-banner .ny-app {
        display: block;
    }

    .drop-nav {
        display: block;
    }
}

@media(max-width: 640px) {
}

@media(max-width:408px) {
}
/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????|??a???ï¿ ?ï¿ a???????????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a??????????????|??a???ï¿ ?ï¿ a??????????????aâ‚¬????Â± */

/* ??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?????aâ‚¬????Â¨??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????Ë‰????????a???ï¿ ?ï¿ a?????????????Ë‰??????????????Ë‰????????????Ë‰????????a??????????Ë‰??????????????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????Ë‰???????ï¿¥??a???ï¿ ?ï¿ a??????????????aâ‚¬????Â±??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????ï¿ ?ï¿ aâ‚¬??????|?? */




@media(max-width: 1681px) {
}

@media(max-width: 1459px) {
}

@media(max-width: 1259px) {
}

@media(max-width: 991px) {
}

@media(max-width: 767px) {
}

@media(max-width: 640px) {
}

@media(max-width: 400px) {
}

@media(max-width: 321px) {
}




/* =====================??????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a????????????|??????Ë‰????????????Ë‰????????a???ï¿ ?ï¿ a???????????????Ë‰????????a??????ï¿ ?ï¿ aâ‚¬????â€¦aâ‚¬???????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ??????a???ï¿ ?ï¿ a???????????????a???ï¿ ?ï¿ a????????????????????end===================== */
/* ????Ë‰???????ï¿¥a???ï¿ ?ï¿ a????????|??????Ë‰???????ï¿¥a???ï¿ ?ï¿ a????????|???aâ‚¬????Â± */

.decorate {
    position: relative;
}

    .decorate::before {
        transition: all 0.5s;
        content: "";
        display: block;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #cc0200;
    }

    .decorate::after {
        transition: all 0.5s;
        z-index: 99;
        content: "";
        display: block;
        background-color: #cc0200;
        position: absolute;
        bottom: 0;
        left: -20px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        transform: translateY(50%);
        /* animation: moveDot 3s ease-in-out ;
        -webkit-animation: moveDot 3s ease-in-out ;
        -moz-animation: moveDot 3s ease-in-out ; */
    }

@-webkit-keyframes moveDot {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}


@keyframes moveDot {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

@-moz-keyframes moveDot /* Firefox */
{
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

.triangle {
    position: relative;
}

    .triangle::after {
        transition: all 0.5s;
        content: "";
        display: inline-block;
        border-left: 6px solid #cc0200;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        margin-left: 10px;
        vertical-align: middle;
        margin-top: -5px;
    }

.triangle2 {
    position: relative;
}

    .triangle2::after {
        transition: all 0.5s;
        content: "";
        display: inline-block;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 4px solid #cc0200;
        position: absolute;
        bottom: -4px;
        left: 63px;
    }

.mengban {
    position: relative;
}

    .mengban::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        top: 0;
        left: 0;
        position: absolute;
    }

.com-play-box::after {
    transition: all 0.5s;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.com-play {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 33;
    background: url(../images/play2.png)no-repeat center;
    background-size: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .com-play::after {
        content: "";
        display: block;
        background: url(../images/play1.png)no-repeat center;
        background-size: 100%;
        width: 50px;
        height: 50px;
        transition: all 1.5s;
    }



/* index */

.index-one {
}

    .index-one .inon-header p {
        padding: 0 15px;
    }

.inon-header {
    text-align: center;
    padding: 88px 0 46px;
}

.inon-wrap {
}
/* ???aâ‚¬????Â¨???aâ‚¬????Â§????Ë‰????????????Ë‰???????ï¿¥a???ï¿ ?ï¿ a??????????3?|a???ï¿ ?ï¿ a???????????ï¿ ?ï¿ aâ‚¬????â€¦aâ‚¬??1?|????1 */
.inon-pic {
    overflow: hidden;
    float: left;
    transition: all 0.5s;
}
/* ???aâ‚¬????Â¨???aâ‚¬????Â§????Ë‰????????????Ë‰???????ï¿¥a???ï¿ ?ï¿ a??????????3?|a???ï¿ ?ï¿ a???????????ï¿ ?ï¿ aâ‚¬????â€¦aâ‚¬??1?|????2 */
.abco-pic {
    position: relative;
    float: left;
    width: 100%;
}

    .abco-pic .abco-font {
        position: absolute;
        left: 0;
        top: 0;
        padding: 62px 0 0 50px;
        z-index: 11;
    }

        .abco-pic .abco-font h4 {
            color: #fff;
        }

        .abco-pic .abco-font p {
            line-height: 30px;
            color: #fff;
            margin-top: 16px;
            font-weight: 200;
            opacity: 0;
        }

    .abco-pic.on .abco-font h4 {
        font-size: 36px;
        font-weight: 500;
    }

    .abco-pic.on .abco-font p {
        opacity: 1;
    }

    .abco-pic.decorate::after,
    .abco-pic.decorate::before {
        opacity: 0;
    }

    .abco-pic.decorate::before {
        height: 2px;
    }

    .abco-pic.on.decorate::after,
    .abco-pic.on.decorate::before {
        opacity: 1;
    }


/* ???ï¿¥???Â·???|???ï¿¥???????3???|?â€¦aâ‚¬??ï¿ a???Â°?????ï¿ a??a?ï¿ ???? */
.abco-pics {
    position: relative;
}

.coll-swiper .swiper-button-next,
.coll-swiper .swiper-button-prev,
.banner .swiper-button-next,
.banner .swiper-button-prev,
.inon-wrap .swiper-button-next,
.inon-wrap .swiper-button-prev {
    background: none !important;
}

.inon-wrap .swiper-button-next,
.inon-wrap .swiper-button-prev,
.abco-pre,
.abco-next {
    width: 52px !important;
    height: 52px !important;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50% );
    border-radius: 50%;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 0 !important;
}

    .abco-pre::after,
    .abco-next::after {
        content: "";
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 6px solid #fff;
        transition: all 0.5s;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
    }

.inon-wrap .swiper-button-prev,
.abco-pre {
    left: 5% !important;
}

.inon-wrap .swiper-button-next,
.abco-next {
    right: 5% !important;
    transform: translate(-50%,-50%) rotateY(180deg);
}

    .abco-pre:hover,
    .abco-next:hover {
        border: 1px solid #cc0200;
    }

        .abco-pre:hover::after,
        .abco-next:hover::after {
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 6px solid red;
        }

.inon-wrap .swiper-slide.decorate::after {
    bottom: 8px;
    opacity: 0;
}

.inon-wrap .swiper-slide.decorate::before {
    bottom: 8px;
    height: 1px;
    z-index: 33;
    opacity: 0;
}

.inon-wrap .swiper-slide {
    width: 18% !important;
    transition: all 1s;
    padding-bottom: 8px;
    overflow: hidden;
}

    .inon-wrap .swiper-slide.on,
    .inon-wrap .swiper-slide:hover {
        width: 46% !important;
    }

        .inon-wrap .swiper-slide.on.decorate::after,
        .inon-wrap .swiper-slide:hover.decorate::after {
            animation: moveDot 5s ease-in-out;
            -webkit-animation: moveDot 5s ease-in-out;
            -moz-animation: moveDot 5s ease-in-out;
        }


        .inon-wrap .swiper-slide:hover .abco-pic .abco-font h4,
        .inon-wrap .swiper-slide.on .abco-pic .abco-font h4 {
            font-size: 36px;
            font-weight: 400;
        }

        .inon-wrap .swiper-slide:hover .abco-pic .abco-font p,
        .inon-wrap .swiper-slide.on .abco-pic .abco-font p {
            opacity: 1;
        }

        .inon-wrap .swiper-slide.on.decorate::after,
        .inon-wrap .swiper-slide:hover.decorate::after,
        .inon-wrap .swiper-slide:hover.decorate::before,
        .inon-wrap .swiper-slide.on.decorate::before {
            opacity: 1;
        }
/* ???aâ‚¬????Â§????ï¿ ?ï¿ aâ‚¬????ï¿ aâ‚¬??ï¿ ?-??a???ï¿ ?ï¿ a???????????ï¿ ?ï¿ aâ‚¬??????????aâ‚¬????Â¨???aâ‚¬????Â¤?o???aâ‚¬????Â§????Ë‰???????ï¿¥a???ï¿ ?ï¿ a??????????? */
.index-two {
    margin-top: -8px;
}

    .index-two .inon-header {
        padding: 86px 0 47px;
    }

.intw-wrap {
    padding-bottom: 89px;
}

.prons-wrap {
    margin: 0 -5px;
}

    .prons-wrap p {
        color: #0d141c;
    }

        .prons-wrap p.h3-size30 span:first-child {
            /* font-weight: 200; */
        }

        .prons-wrap p.h3-size30 span:last-child {
            margin-top: -2px;
        }

.prons-left {
    float: left;
    width: 49.625%;
    padding: 0 5px;
}

    .prons-left li {
        margin: 0 5px;
    }

    .prons-r:hover .decorate::after,
    .prons-rb:hover .decorate::after,
    .prons-left:hover .decorate::after {
        animation: moveDot 3s ease-in-out;
    }

    /* .prons-left .prons-img {
        padding: 0px 75px;
    } */
    .prons-left .prons-img {
        padding: 0px 45px;
        transition: all 1s;
    }

    .prons-left:hover .prons-img {
        padding: 0px 75px;
    }


    .prons-left p.h3-size30 {
        padding: 46px 90px 26px;
        transition: all 0.5s;
        font-size: 26px;
    }

    .prons-left .prons-ul {
        opacity: 0;
        transition: all 0.5s;
    }

    .prons-left:hover .prons-ul {
        opacity: 1;
    }

    .prons-left:hover p.h3-size30 {
        color: #cc0200;
        padding: 0 90px 26px;
    }

    .prons-left:hover .prons-ul {
        padding: 33px 70px 56px;
    }

    .prons-left .prons-item {
        height: 765px;
    }


.prons-img img {
    width: 100%;
    transition: all 1s;
}

.prons-right {
    float: left;
    width: 50.375%;
    padding: 0 5px;
}

.prons-rt p.h3-size30 {
    padding: 0 50px;
}

.prons-rt {
    margin: 0 -5px;
}
/* .prons-rt .prons-item{padding-bottom: 48px;} */
.prons-r {
    float: left;
    width: 50%;
    /* margin-bottom: 10px; */
    padding: 0 5px;
    position: relative;
}

    .prons-r p.h3-size30 {
        position: absolute;
        bottom: 46px;
        font-size: 26px;
    }

    .prons-r:hover .prons-item {
        padding-bottom: 135px;
    }

    /* .prons-r .prons-item {
        padding-bottom: 135px;
    } */
    .prons-r .prons-item {
        padding-bottom: 100px;
        transition: all 1s;
        height: 426px;
        overflow: hidden;
    }


/* .prons-rb{background-color: #dedede;} */
.prons-rb .prons-item {
    height: 329px;
    margin-bottom: 10px;
}

.prons-rb .prons-img {
    float: left;
    width: 42.33%;
    margin: 39px 0 0 69px;
    padding: 0;
    transition: all 0.5s;
}

.prons-rb:hover .prons-img {
    margin: 0 0 0 69px;
    padding: 0 58px 0 0;
}

.prons-rb:hover p.h3-size30 {
    color: #cc0200;
}

.prons-rb p.h3-size30 {
    display: inline-block;
    margin-left: 30px;
    margin-top: 145px;
    transition: all 0.5s;
    font-size: 26px;
}

.prons-rb:hover p.h3-size30 {
    margin-top: 87px;
    margin-bottom: 88px;
}

.prons-rb .prons-ul.decorate {
    padding: 25px 50px;
    opacity: 0;
    transition: all 0.5s;
}

.prons-rb:hover .prons-ul.decorate {
    opacity: 1;
}

.prons-item {
    background-color: #fff;
    display: block;
    overflow: hidden;
}

/* .prons-img {padding: 27px 28px 9px;} */
.prons-img {
    overflow: hidden;
    padding: 27px 5px 9px;
    transition: all 0.5s;
}


.prons-r:hover .prons-img {
    padding: 27px 28px 9px;
}

.prons-item:hover {
    background-color: #fff;
}



.prons-r.on {
    display: none;
}

.prons-r .prons-ul {
    padding: 20px 0;
    display: none;
}

    .prons-r .prons-ul li {
        float: left;
    }

    .prons-r .prons-ul.decorate {
        padding: 33px 50px;
    }

.prons-rb .icon-img img,
.prons-r .icon-img img {
    width: 40px;
}

.prons-wrap .prons-ul.decorate::after,
.prons-wrap .prons-ul.decorate::before {
    top: 0;
    bottom: auto;
}

.prons-wrap .prons-ul.decorate::after {
    transform: translateY(-50%);
}

.prons-r .prons-ul p {
    padding: 0 10px;
}

.prons-rb .prons-ul li,
.prons-r .prons-ul li {
    float: right;
}

.prons-r:hover .prons-item {
    padding-bottom: 0;
}

.prons-r:hover {
    width: 100%;
}

    .prons-r:hover .prons-img {
        width: 49.32%;
    }

    .prons-r:hover .prons-ul {
        display: block;
    }

    .prons-r:hover p.h3-size30 {
        position: absolute;
        top: 24%;
        right: 10%;
        bottom: auto;
        left: auto;
        color: #cc0200;
    }


.intw-wrap .icon-item::after {
    display: none;
}

.intw-wrap .icon-item p {
}

.intw-wrap .prons-ul {
    padding: 33px 70px 0;
}

.intw-wrap .com-icon li {
    width: auto;
}

.intw-wrap .icon-item p {
    margin: 2px 0 0;
    color: #666;
}

.index-three {
    text-align: center;
    padding: 168px 0 142px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

    .index-three .index-tit {
        font-weight: 400;
        color: #fff;
    }

    .index-three .index-dec {
        font-weight: 200;
        color: #fff;
        margin-top: 20px;
    }

.index-four {
}

.info-wrap {
    padding: 50px 0 34px;
    border-bottom: 1px solid #e6e6e6;
}

    .info-wrap .com-ul li {
        width: 25%;
    }

    .info-wrap h4 {
        color: #cc0200;
        font-size: 72px;
        font-family: 'DINPro';
        margin-left: -10px;
    }

    .info-wrap p {
        color: #969696;
        margin-top: 4px;
        font-size: 20px;
    }

.info-wrap2 {
    padding: 14px 0 55px;
    margin: 0 0 0 -3.8%;
}

    .info-wrap2 p {
        color: #0d141c;
        font-weight: 400;
    }

    .info-wrap2 .com-icon li {
        width: 10%;
    }

        .info-wrap2 .com-icon li.gray img {
            opacity: 0.5;
        }

    .info-wrap2 .icon-item::after {
        display: none;
    }

.info-wrap2-li {
    margin-top: 25px;
}

    .info-wrap2-li p {
        margin-top: 6px;
        font-size: 16px;
    }

    .info-wrap2 li img,
    .info-wrap2-li img {
        transition: all 0.5s;
    }

/* .info-wrap2 li:hover img,
    .info-wrap2-li:hover img {
        transform: rotateY(180deg);
    } */

.index-five {
    background-color: #f7f8fa;
    padding-bottom: 89px;
}

    .index-five .infi-time {
        border-top: none;
        background-color: #cc0200;
    }

    .index-five .inon-header {
        padding: 86px 0 0;
    }

.index-five-btn {
    display: none;
}

.infi-wrap {
}

    .infi-wrap .decorate::after {
        top: 0;
        transform: translateY(-50%);
        opacity: 0;
    }

    .infi-wrap .decorate::before {
        top: 0;
        opacity: 0;
    }

    .infi-wrap .swxt-font {
        background-color: #fff;
        text-align: left;
        padding: 29px 30px 32px;
        transition: all 0.5s;
    }

        .infi-wrap .swxt-font h4 {
            line-height: 28px;
            color: #0d141c;
            font-size: 20px;
        }

    .infi-wrap .com-ul li {
        padding: 0 5px;
    }

        .infi-wrap .com-ul li .com-swxt > div {
            overflow: hidden;
        }

        .new-one li:hover .infi-time,
        .infi-wrap .com-ul li:hover .infi-time {
            transform: scale(1);
            opacity: 1;
        }


        .infi-wrap .com-ul li:hover .decorate::after,
        .infi-wrap .com-ul li:hover .decorate::before {
            opacity: 1;
        }

        .infi-wrap .com-ul li:hover .decorate::after {
            animation: moveDot 3s ease-in-out;
        }

        .infi-wrap .com-ul li:hover .com-swxt {
            box-shadow: 0 0 10px rgba(0, 0, 0, .04);
        }

.infi-news li:hover p {
    color: #cc0200;
}

.infi-wrap .com-ul {
    margin: 0 -5px;
}

.infi-btn {
    color: #969696;
    padding-bottom: 17px;
    padding-top: 15px;
    /* font-weight: 200; */
}

.infi-time {
    font-family: 'DINPro';
    color: #fff;
    position: absolute;
    top: -8px;
    left: 30px;
    background-color: rgba(85 85 85,0.6);
    padding: 0 13px 4px;
    text-align: center;
    transition: all 0.5s;
    font-size: 14px;
    border-top: 8px solid #555;
}

    .infi-time span {
        display: block;
    }

        .infi-time span:last-child {
            font-family: 'DINPro';
        }

        .infi-time span:first-child {
            margin: -8px 0;
        }

.infi-news h4 {
    color: #fff;
    background-color: #cc0200;
    padding: 11px 24px 14px;
}

.infi-news p {
    color: #0d141c;
    font-size: 18px;
}

.infi-news span {
    color: #888;
    margin-top: 3px;
    display: block;
    font-size: 14px;
    font-weight: 200;
}

.infi-news ul.clearfix li {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
}

.infi-news ul {
    padding: 4px 24px 4px;
    border: 1px solid #ebebeb;
    border-top: 1px solid transparent;
    background-color: #fff;
}

.infi-item {
    padding: 20px 0;
    display: block;
}

.infi-news ul.clearfix li:last-child {
    border-bottom: none;
}

.infi-wrap li:hover .swxt-font h4 {
    color: #cc0200;
}


.inon-wrap .swiper-pagination {
    display: none;
}

.inon-wrap .swiper-container {
    /* padding-bottom: 0px; */
    /* margin-bottom: 0px; */
}

@media(max-width: 2650px) {
    .abco-pic img {
        height: 830px;
    }
}

@media(max-width: 2560px) {
    .abco-pic img {
        height: 800px;
    }
}

@media(max-width: 1920px) {
    .abco-pic img {
        height: 600px;
    }
}



@media(max-width: 1919px) {
    .prons-left .icon-img img {
        width: 52px;
    }
}

@media(max-width: 1679px) {
    .index-tit {
        font-size: 42px;
    }

    .index-five .mt-65 {
        padding: 65px 0 0 !important;
    }

    .mt-65 {
        padding: 65px 0 40px !important;
    }

    .index-five {
        padding-bottom: 65px;
    }

    .prons-r .prons-item {
        padding-bottom: 106px;
    }

    .prons-r:hover .prons-item {
        padding-bottom: 0;
    }

    .index-three {
        padding: 120px 0;
    }

    .info-wrap h4 {
        font-size: 68px;
    }


    .intw-wrap {
        padding-bottom: 60px;
    }

    .infi-item {
        padding: 16px 0;
    }

    .infi-news ul {
        padding: 10px 33px 7px;
    }

    .abco-pic img {
        height: 518px;
    }

    .inon-wrap .swiper-slide.on .abco-pic .abco-font h4 {
        font-size: 32px;
    }

    .prons-img {
        padding: 0 28px;
    }

    .prons-left p.h3-size30 {
        padding: 37px 90px 0;
    }

    .prons-left .prons-ul {
        padding: 3px 70px 19px;
    }

    .prons-r .prons-ul.decorate {
        padding: 18px 50px;
    }

    .prons-left:hover .prons-ul {
        padding: 20px 70px;
    }

    .prons-left .prons-img {
        padding: 0 74px;
    }

    .prons-rb p.h3-size30 {
        margin-top: 129px;
    }

    .prons-rb:hover p.h3-size30 {
        margin: 75px 0;
    }

    .prons-rb .prons-ul.decorate {
        padding: 18px 15px;
    }

    .prons-rb:hover .prons-ul.decorate {
        padding: 18px 50px;
    }

    .prons-rb:hover .prons-img {
        padding: 0 27px 0 0;
        margin: 0 0 0 40px;
    }

    .prons-left .prons-item {
        height: 623px;
    }

    .prons-rb .prons-item {
        height: 290px;
    }

    .prons-rb .prons-img {
        margin: 39px 0 0 40px;
    }
}

@media(max-width: 1459px) {
    .index-tit {
        font-size: 36px;
    }

    .index-dec {
        margin-top: 12px;
    }

    .index-five .mt-65 {
        padding: 50px 0 0 !important;
    }

    .mt-65 {
        padding: 50px 0 30px !important;
    }

    .index-five {
        padding-bottom: 50px;
    }

    .intw-wrap {
        padding-bottom: 50px;
    }


    .prons-rt p.h3-size30 {
        padding: 0 30px;
    }

    .prons-r .prons-item {
        padding-bottom: 102px;
    }
    /* .prons-r:hover .prons-item{padding-bottom: 0;} */
    .prons-left .prons-item {
        height: 547px;
    }

    .prons-left .prons-img {
        padding: 0px 75px;
    }

    .index-three {
        padding: 100px 0;
    }

        .index-three .index-dec {
            margin-top: 12px;
        }

    .info-wrap h4 {
        font-size: 60px;
    }

    .infi-news ul {
        padding: 6px 33px 6px;
    }

    .infi-item {
        padding: 10px 0;
    }

    .infi-news ul.clearfix li:nth-child(4) {
        border-bottom: none;
    }

    .infi-wrap .swxt-font {
        padding: 20px 25px;
    }

    .infi-time {
        padding: 0 8px 4px 9px;
        left: 25px;
    }

        .infi-time .tit-size46 {
            font-size: 38px;
        }

    .abco-pic img {
        height: 450px;
    }

    .abco-pic .abco-font {
        padding: 46px 0 0 40px;
    }

    .inon-wrap .swiper-slide.on .abco-pic .abco-font h4 {
        font-size: 30px;
    }

    .prons-r .prons-ul.decorate {
        padding: 16px 15px;
    }

    .prons-rb .prons-ul.decorate {
        padding: 14px 15px 18px;
    }

    .prons-rb:hover .prons-ul.decorate {
        padding: 16px 15px;
    }

    .prons-rb p.h3-size30 {
        margin-top: 104px;
    }

    .prons-rb .prons-ul li {
        transition: all 0s;
        margin: 0 5px;
    }

    .prons-rb .prons-img {
        width: 39.33%;
    }

    .prons-rb .prons-item {
        height: 256px;
    }

    .prons-rb:hover p.h3-size30 {
        margin-top: 40px;
        margin-bottom: 43px;
        margin: 63px 0;
    }

    .infi-wrap .swxt-font h4 {
        line-height: 26px;
        font-size: 18px;
    }

    .icon-img img {
        width: 38px;
        height: 38px;
    }

    .prons-left p.h3-size30 {
        padding: 42px 90px 0;
    }
}

@media(max-width: 1259px) {
    .prons-rb:hover p.h3-size30 {
        margin: 56px 0;
    }

    .index-tit {
        font-size: 32px;
    }

    .prons-img {
        padding: 0 25px;
    }

    .prons-rt p.h3-size30 {
        font-size: 18px;
        padding: 0 22px;
    }


    .prons-left:hover p.h3-size30 {
        padding: 0 40px 26px;
        font-size: 18px;
    }


    .intw-left:hover .prons-ul {
        padding: 33px 36px 0;
    }

    .prons-ul .icon-img img {
        width: 45px;
    }

    .prons-left .prons-img {
        padding: 0 55px;
    }

    .info-wrap h4 {
        font-size: 54px;
    }

    .info-wrap2 p {
        margin-top: 6px;
    }

    .infi-wrap .swxt-font h4 {
        line-height: 26px;
    }

    .infi-news ul {
        padding: 2px 20px 2px;
    }

    .infi-item {
        padding: 3px 0;
    }

    .infi-news h4 {
        padding: 18px 20px 21px;
    }

    .infi-time {
        left: 20px;
        padding: 2px 6px;
    }

    .abco-pic img {
        height: 400px;
    }

    .inon-wrap .swiper-slide.on .abco-pic .abco-font h4 {
        font-size: 28px;
    }

    .prons-r .prons-ul.decorate {
        padding: 10px 15px;
    }

    .prons-left p.h3-size30 {
        padding: 38px 40px 6px;
        font-size: 24px;
    }

    .prons-left:hover .prons-ul {
        padding: 20px 35px;
    }

    .prons-left .prons-ul {
        padding: 3px 35px 19px;
    }

    .prons-r .prons-item {
        padding-bottom: 93.4px;
    }

    .prons-rb .prons-img {
        width: 43%;
    }

    .prons-rb p.h3-size30 {
        font-size: 18px;
        margin-left: 0;
        margin-top: 110px;
    }

    .prons-rb {
        height: 228px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .prons-r p.h3-size30 {
        bottom: 36px;
    }

    .prons-rb .prons-item {
        height: 235px;
    }

    .prons-left .prons-item {
        height: 466px;
    }

    .infi-wrap .swxt-font {
        padding: 18px 25px;
    }

    .icon-item p {
        padding: 0;
    }
    /* .infi-wrap .infi-news li:last-child{display: none;} */
    .infi-news p {
        font-size: 16px;
    }

    .infi-news h4 {
        padding: 15px 20px;
    }

    .infi-btn {
        padding-top: 4px;
    }
}

@media(max-width: 991px) {
    .index-tit {
        font-size: 28px;
    }

    .prons-rt p.h3-size30 {
        font-size: 16px;
        padding: 0 22px;
    }

    .prons-rb .prons-img {
        width: 47%;
        padding: 32px 0 0 28px;
    }

    .prons-rb:hover p.h3-size30,
    .prons-rb p.h3-size30 {
        font-size: 16px;
        margin-left: 30px;
        margin-top: 58px;
    }

    .prons-rb:hover .prons-item,
    .prons-rb .prons-item {
        padding-bottom: 18px;
    }

    .prons-rb .prons-img,
    .prons-rb:hover .prons-img {
        margin: 22px 0 0 20px;
        padding: 0;
        width: 44%;
    }

    .prons-rb p.h3-size30,
    .prons-rb:hover p.h3-size30 {
        margin-left: 7px;
    }

    .prons-rb,
    .prons-rb:hover {
        height: auto;
    }

    .intw-left:hover .prons-ul {
        padding: 24px 36px 0;
    }

    .info-wrap h4 {
        font-size: 40px;
    }

    .info-wrap2 li img {
        width: 36px;
        height: 36px;
    }

    .info-wrap2 .com-icon li {
        width: 20%;
        margin-top: 20px;
    }

    .infi-time {
        padding: 5px 6px 4px 6px;
    }

        .infi-time .tit-size46 {
            font-size: 28px;
        }

    .infi-wrap .swxt-font h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .infi-news h4 {
        padding: 12px 20px;
    }

    .infi-wrap .swxt-font {
        padding: 16px 20px;
    }

    .infi-news ul.clearfix li:nth-child(3) {
        display: none;
    }

    .infi-news ul {
        padding: 2px 20px 0px;
    }

    .infi-item {
        padding: 4px 0;
    }

    .abco-pic img {
        height: 305px;
    }

    .inon-wrap .swiper-slide.on .abco-pic .abco-font h4 {
        font-size: 26px;
    }

    .abco-pic .abco-font p {
        line-height: 26px;
        margin-top: 10px;
        padding-right: 20px;
    }

    .index-three {
        padding: 80px 0;
    }

    .info-wrap2 {
        padding: 25px 0 40px;
        margin: 0 -8%;
    }

    .prons-img {
        padding: 0 15px;
    }

    .prons-r .prons-ul.decorate {
        display: none;
    }

    .prons-r:hover {
        width: 50%;
    }

    .abco-pic .abco-font .p-style {
        display: inline;
    }

    .abco-pic .abco-font {
        padding: 40px 0 0 25px;
    }

    .prons-r.on {
        display: block;
    }

    .prons-r p.h3-size30,
    .prons-r:hover p.h3-size30 {
        position: absolute;
        bottom: 23px;
        left: auto;
        top: auto;
        right: auto;
    }

    .prons-r:hover .prons-img {
        width: auto;
    }

    .prons-r:hover .prons-item,
    .prons-r .prons-item {
        padding-bottom: 60px;
    }

    .prons-left .prons-item {
        height: 337px;
    }

    .prons-rb .prons-item {
        height: auto;
    }

    .prons-rb .prons-ul.decorate,
    .prons-rb:hover .prons-ul.decorate {
        display: none;
    }

    .prons-left .prons-img {
        padding: 0 50px;
    }

    .prons-left p.h3-size30 {
        padding: 40px 40px 6px;
        font-size: 18px;
    }

    .prons-left .prons-ul {
        padding: 4px 35px 10px;
    }

    .inon-wrap .swiper-button-next, .inon-wrap .swiper-button-prev, .abco-pre, .abco-next {
        width: 40px !important;
        height: 40px !important;
    }

    .intw-wrap {
        padding-bottom: 45px;
    }
}

@media(max-width: 767px) {
    .index-tit {
        font-size: 22px;
    }

    .prons-right,
    .prons-left {
        width: 100%;
    }

    .prons-left {
        margin-bottom: 10px;
    }

    .index-three {
        padding: 60px 0;
    }

    .info-wrap .com-ul li {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }

    .info-wrap {
        padding: 28px 0 7px !important;
    }

        .info-wrap h4 {
            font-size: 32px;
        }

    .info-wrap2 .com-icon li {
        width: 25%;
        margin-bottom: 10px;
    }

    .info-wrap2 .icon-item p {
        margin: 10px 0 0;
    }

    .infi-wrap .com-ul li {
        width: 100%;
        margin-bottom: 25px;
    }

    .infi-news ul.clearfix li:nth-child(3),
    .infi-news ul.clearfix li:nth-child(4) {
        display: block;
        border-bottom: 1px solid #ebebeb;
    }

    .infi-news ul.clearfix li:nth-child(4) {
        border-bottom: none;
    }

    .infi-news ul.clearfix li {
        margin-bottom: 0;
    }

    .inon-wrap .swiper-slide {
        width: 100% !important;
    }

        .inon-wrap .swiper-slide.on,
        .inon-wrap .swiper-slide:hover {
            width: 100% !important;
        }

        .inon-wrap .swiper-slide .abco-pic.decorate::after,
        .inon-wrap .swiper-slide .abco-pic.decorate::before {
            opacity: 1;
        }

        .inon-wrap .swiper-slide .abco-pic .abco-font p {
            opacity: 1;
        }

        .inon-wrap .swiper-slide.on .abco-pic .abco-font h4 {
            font-size: 20px;
        }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .infi-wrap .infi-news li:last-child {
        display: block;
    }

    .prons-r .prons-img img {
        width: 100%;
    }

    .index-five {
        padding-bottom: 25px;
    }

    .index-five-btn {
        width: 130px;
        line-height: 40px;
        height: 40px;
        background-color: #cc0200;
        color: #fff;
        display: block;
        text-align: center;
        margin: auto;
    }

    .plan .index-five-btn,
    .case .index-five-btn,
    .product .index-five-btn {
        display: none;
    }

    .index-three {
        background-size: 100% 100%;
        background-attachment: unset;
    }

    .prons-left .prons-ul {
        display: none;
    }

    .prons-left:hover p.h3-size30,
    .prons-left p.h3-size30 {
        padding: 2px 40px 20px;
        text-align: center;
        font-size: 20px;
    }

    .prons-left .prons-img {
        padding: 0 55px;
    }

    .intw-wrap {
        padding-bottom: 50px;
    }

    .inon-wrap .swiper-slide.decorate::after {
        opacity: 1;
    }

    .inon-wrap .swiper-slide.decorate::before {
        opacity: 1;
    }

    .abco-pic .abco-font {
        padding: 30px 20px;
        width: 100%;
    }

    .inon-wrap .swiper-pagination {
        display: block;
    }

    .inon-wrap .swiper-button-next, .inon-wrap .swiper-button-prev {
        display: none !important;
    }

    .abco-pre, .abco-next {
        display: block !important;
    }



    .new-one li .infi-time {
        border-top: none;
    }

    .new-one li .infi-time,
    .infi-wrap .com-ul li .infi-time {
        transform: scale(1);
        opacity: 1;
        background-color: #cc0200;
        color: #fff;
    }

    .abco-pre,
    .abco-next {
        border: 1px solid #cc0200;
    }

        .abco-pre::after,
        .abco-next::after {
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 6px solid red;
        }

    .prons-left .prons-item {
        height: auto;
    }

    .index-five .infi-btn {
        opacity: 0;
    }

    .abco-pic img {
        width: 100%;
        height: auto;
    }
}

@media(max-width: 639px) {
    .plan .index-five-btn,
    .case .index-five-btn,
    .product .index-five-btn {
        margin-bottom: 20px;
    }
}

@media(max-width: 400px) {
    .info-wrap2 .com-icon li {
        width: 33.33%;
    }

    .info-wrap2 .icon-img img {
        width: 40px;
        height: 40px;
    }

    .down-table th:first-child {
        width: 63.8%;
    }
}

@media(max-width: 321px) {
    .prons-rb .prons-img,
    .prons-rb:hover .prons-img {
        margin: 22px 0 0 13px;
        width: 40%;
    }

    .prons-rb p.h3-size30, .prons-rb p.h3-size30,
    .prons-rb p.h3-size30, .prons-rb:hover p.h3-size30 {
        margin-top: 42px;
    }

    .prons-rb p.h3-size30, .prons-rb p.h3-size30, .prons-rb p.h3-size30, .prons-rb:hover p.h3-size30 {
        margin-bottom: 0;
    }
}

/* ====================???ï¿¥?ï¿ a?????ï¿ a???|???????????Î¼======================== */
.ny-header {
    font-weight: 400;
    text-align: center;
}

.pt80 {
    padding-top: 80px;
}

.pt77 {
    padding-top: 77px;
}

.pb80 {
    padding-bottom: 80px;
}

.mt80 {
    margin-top: 80px;
}

.mt60 {
    margin-top: 60px;
}

.ny-left {
    float: left;
}

.ny-right {
    float: right;
}
/* ???ï¿¥???Â±?ï¿ a???|???Â¤???????-???Â¨??aâ‚¬??â€¦aâ‚¬????|?ï¿ aâ‚¬??ï¿ ???Ë‰???Â¤???????a???Â§???Â±???? */
.com-cbj {
    position: relative;
}

    .com-cbj::before {
        transition: all 0.5s;
        content: "";
        display: block;
        background-color: #cc0200;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 0%;
        height: 100%;
    }


/* case */
.case {
    padding-bottom: 60px;
}

    .case .ny-header {
        padding: 77px 0 50px;
    }

.case-one {
    margin-bottom: -20px;
}

.case-btn {
    border: 1px solid #cc0200;
    color: #cc0200;
    display: inline-block;
    padding: 6px 25px;
    margin-top: 26px;
    background-color: #fff;
}

    .case-btn span {
        position: relative;
        z-index: 11;
    }

    .case-btn:hover span {
        color: #fff;
    }

.case .ny-wrap .swxt-font {
    background-color: #fff;
    padding: 20px 0;
    width: 100%;
}

.case .ny-wrap li {
    margin-bottom: 20px;
}

    .case .ny-wrap li h4 {
        padding: 0 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .case .ny-wrap li:hover a {
        box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    }

    .case .ny-wrap li:hover img {
        transform: scale(1.05);
    }

.case-last .swxt-img::after {
    transition: all 0.5s;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case-last .swxt-img {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

    .case-icon,
    .case-last .swxt-img::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 70px;
        height: 70px;
        background-color: #cc0200;
        border-radius: 50%;
        z-index: 1;
        transition: all 0.5s;
    }

.case-last h4 {
    opacity: 0;
}

.case-last .swxt-img::before {
    transition: all 1s;
}

.case-icon::after,
.case-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 2px;
    background-color: #fff;
    z-index: 2;
}

.case-icon::after {
    transform: translate(-50%,-50%) rotate(90deg);
}

.case .ny-wrap li:hover .case-icon {
    transform: translate(-50%,-50%) rotate(-180deg)
}

.case .ny-wrap li:hover .swxt-img::before {
    width: 550px;
    height: 550px;
}

.case .ny-wrap li:hover .com-cbj::before {
    width: 100%;
}

.case .ny-wrap li:hover h4 {
    color: #fff;
    position: relative;
    z-index: 1;
}

/* case plan */
.case.plan .ny-wrap li h4 {
    line-height: 28px;
    text-align: left;
    padding: 0 50px;
    font-size: 20px;
}

.case.plan .ny-wrap .swxt-font {
    padding: 24px 0 23px;
    min-height: 105px;
}





/* new */
.new {
}

.new-one {
}

    .new-one li {
        margin-bottom: 42px;
        overflow: hidden;
        padding-bottom: 5px;
        padding-top: 8px;
    }
    /* .new-one li:last-child{margin-bottom: 55px;} */
    .new-one .com-ztyw {
        padding-bottom: 30px;
        width: 100%;
    }

    .new-one .ztyw-font {
        width: 62%;
        float: right;
    }

        .new-one .ztyw-font h4 {
            margin: 54px 0 29px;
        }

        .new-one .ztyw-font p {
            line-height: 30px;
            font-weight: 200;
            height: 90px;
            -webkit-line-clamp: 3;
        }

    .new-one .ztyw-img {
        width: 32.2%;
    }

.new-one {
}

.new-search {
    margin-bottom: 60px;
}

    .new-search h4 {
        color: #cc0200;
        font-weight: bold;
        float: left;
        vertical-align: middle;
        margin-top: 14px;
    }

    .new-search .search {
        border: 1px solid #e5e5e5;
        border-right: 1px solid transparent;
        color: #666;
        padding: 0 18px;
        float: right;
        font-size: 18px;
        line-height: 50px;
        height: 52px;
        width: 70%;
    }

    .new-search .butt {
        background-color: #cc0200;
        text-align: center;
        cursor: pointer;
        display: block;
        float: right;
        border: 1px solid #cc0200;
        line-height: 50px;
        color: #fff;
        font-size: 18px;
        width: 12.86%;
        transition: all 0.5s;
        height: 52px;
    }

        .new-search .butt:hover {
            letter-spacing: 1px;
        }

.new-one .infi-time {
    color: #555;
    background-color: rgba(255, 255, 255, 0.6);
}

.new-one .decorate::before {
    background-color: #dcdcdc;
}

.new-one .decorate::after {
    opacity: 0;
    animation: none;
}

.new-one li:hover .decorate::before {
    background-color: #cc0200;
}

.new-one li:hover .decorate::after {
    opacity: 1;
    animation: moveDot 3s ease-in-out;
}

.new-one li:hover .infi-time {
    background-color: #cc0200;
    color: #fff;
    border-top: 8px solid #cc0200;
}


.new-one li:hover h4 {
    color: #cc0200;
}

.new-one li:hover img {
    transform: scale(1.05);
}

.new .lpage {
    margin-top: 20px;
}



/* product */
.product {
    padding-top: 30px;
    padding-bottom: 50px;
}

.product-one {
    padding-top: 47px;
}

    .product-one .ny-wrap {
        margin-top: 47px;
    }

    .product-one .com-swxt {
        background-color: #fff;
        overflow: hidden;
    }

    .product-one .swxt-font {
        text-align: left;
        padding: 40px 52px 39px;
        color: #0d141c;
    }

        .product-one .swxt-font .h3-size30.akz {
            margin-bottom: 2px;
        }

        .case.plan .ny-wrap li h4,
        .product-one .swxt-font .h3-size30 {
            font-size: 20px;
        }

    .product-one .swxt-img {
        padding: 0 4px;
        height: 338px;
        line-height: 338px;
    }


        .product-one .swxt-img img {
            display: inline-block;
            vertical-align: middle;
        }

    .product-one .decorate {
    }

        .product-one .decorate::after {
            top: 0;
            bottom: auto;
            transform: translateY(-50%);
            opacity: 0;
            animation: none;
            transition: none;
        }

        .product-one .decorate::before {
            top: 0;
            bottom: auto;
            background-color: #e5e5e5;
        }

    .product-one li {
        margin-bottom: 30px;
    }

        .product-one li:hover .decorate::after {
            opacity: 1;
            animation: moveDot 3s ease-in-out;
        }

        .product-one li:hover .decorate::before {
            background-color: #cc0200;
        }

        .product-one li:hover img {
            transform: scale(1.05);
        }

        .product-one li:hover .h3-size30 {
            color: #cc0200;
            /* letter-spacing: 1px; */
        }

        .product-one li .case-last .swxt-img {
            border-bottom: 1px solid #e5e5e5;
        }

    .product-one .case-icon, .product-one .case-last .swxt-img::before {
        background-color: #cc0200;
    }

        .product-one .case-icon::after, .product-one .case-icon::before {
            background-color: #fff;
        }

    .product-one .case-last .swxt-img::after {
        background-color: #fff;
    }

    .product-one li:hover .case-icon {
        transform: translate(-50%,-50%) rotate(-180deg)
    }

    .product-one li:hover .swxt-img::before {
        width: 800px;
        height: 800px;
    }



.product .lpage {
    margin-top: 50px;
}


/* newinfo */
.newinfo {
}

.newinfo-one {
    padding-top: 78px;
}

.newinfo-one {
}

    .newinfo-one .ny-right {
        width: 23.571%;
    }

        .newinfo-one .ny-right p {
            font-family: 'DIN';
            color: #666;
            text-align: left;
            margin-bottom: 7px;
            font-size: 14px;
        }

        .newinfo-one .ny-right h4 {
            color: #666;
            text-align: left;
            line-height: 24px;
        }

        .newinfo-one .ny-right > h4 {
            color: #333;
        }

        .newinfo-one .ny-right ul {
            margin-top: 30px;
        }

        .newinfo-one .ny-right li:hover h4 {
            color: #cc0200;
        }

        .newinfo-one .ny-right .swxt-font {
            padding: 15px 0 16px;
            border-bottom: 1px solid #eee;
        }

        .newinfo-one .ny-right li:hover img {
            transform: scale(1.05);
        }


    .newinfo-one .ny-left {
        width: 70.9%;
    }

.newinfo-header h4 {
    color: #d10f1e;
}

.newinfo-header h1 {
    color: #d10f1e;
}

.newinfo-header p {
    color: #666;
    margin: 24px 0 27px;
    display: inline-block;
}

.newinfo-header span:nth-child(2) {
    font-size: 16px;
    margin-right: 22px;
}

.newinfo-header {
    border-bottom: 1px solid #eeeeee;
}

.newinfo-center p {
    color: #666;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.newinfo-center {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 71px;
    padding: 10px 0px;
}

.newinfo-one .ny-left img {
    max-width: 100%;
}

.newinfo-one .ny-left {
}

.newinfo-img {
    text-align: center;
    margin: 42px 0;
}

    .newinfo-img img {
        margin: 0 10px;
        max-width: 39%;
    }

.newsinfo-footer {
    margin: 46px 0 77px;
}

    .newsinfo-footer a {
        color: #666;
        white-space: inherit;
    }
    /* .newsinfo-footer .nif-right a{    font-size: 18px;display: inline-block;padding: 13px 56px 14px;background-color: #cc0200;color: #fff;} */
    .newsinfo-footer .nif-right a {
        font-size: 18px;
        display: inline-block;
        color: #cc0200;
        width: 184px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        border: 1px solid #cc0200;
    }

.newinfo-weixin-box {
    display: inline-block;
    position: relative;
}

.newinfo-weixin {
    width: 25px;
    height: 25px;
    background: url(../images/wx.png);
    display: inline-block;
    background-size: 100%;
    vertical-align: bottom;
    margin-left: 22px;
    position: relative;
}

.newinfo-weixin-box img {
    position: absolute;
    top: 0%;
    left: 150%;
    max-width: 106px !important;
    display: none;
}

.newinfo-weixin-box:hover img {
    display: block;
}

.nif-left {
    float: left;
}

    .nif-left a {
        display: block;
        font-size: 16px;
        color: #666;
    }

        .nif-left a:hover {
            color: #cc0200;
            text-decoration: underline;
        }

        .nif-left a:first-child {
            margin-bottom: 10px;
        }

.nif-right {
    float: right;
}




@media (max-width: 1919px) {
}

@media (max-width: 1679px) {
    .case.plan .ny-wrap li h4 {
        padding: 0 40px;
    }
}

@media (max-width: 1459px) {
    .case .ny-header {
        padding: 60px 0 40px;
    }

    .case {
        padding-bottom: 40px;
    }

    .case-btn {
        margin-top: 22px;
    }

    .case-icon, .case-last .swxt-img::before {
        width: 60px;
        height: 60px;
    }

        .case-icon::after, .case-icon::before {
            width: 25px;
        }

    .case.plan .ny-wrap li h4 {
        padding: 0 30px;
        line-height: 28px;
    }

    .case.plan .ny-wrap .swxt-font {
        min-height: 92px;
        padding: 18px 0;
    }

    .pt80 {
        padding-top: 60px;
    }

    .pb80 {
        padding-bottom: 60px;
    }

    .product .lpage {
        margin-top: 40px;
    }

    .product-one .swxt-font {
        padding: 30px 40px;
    }

    .mt80 {
        margin-top: 60px;
    }

    .new-search {
        margin-bottom: 30px;
    }

    .new-one .ztyw-font h4 {
        margin: 42px 0 18px;
    }

    .new-one li {
        margin-bottom: 22px;
    }

    .new .lpage {
        margin-top: 12px;
    }

    .newinfo-one {
        padding-top: 60px;
    }

    .newinfo-center {
        padding-bottom: 60px;
    }

    .newsinfo-footer {
        margin: 46px 0 60px;
    }

    .newinfo-img {
        margin: 30px 0;
    }

    .product-one {
        padding-top: 30px;
    }

        .product-one .ny-wrap {
            margin-top: 40px;
        }

    .product {
        padding-bottom: 30px;
    }

    .case.plan .ny-wrap li h4,
    .product-one .swxt-font .h3-size30 {
        font-size: 18px;
    }
}

@media (max-width: 1259px) {
    .com-ul li {
        padding: 0 8px;
    }

    .com-ul {
        margin: 0 -8px;
    }

    .case .ny-wrap .swxt-font {
        padding: 14px 0;
    }

    .case .ny-header {
        padding: 50px 0 35px;
    }

    .case {
        padding-bottom: 30px;
    }

    .case-btn {
        margin-top: 18px;
    }

    .case-icon, .case-last .swxt-img::before {
        width: 50px;
        height: 50px;
    }

        .case-icon::after, .case-icon::before {
            width: 22px;
        }

    .case.plan .ny-wrap li h4 {
        padding: 0 20px;
        line-height: 26px;
    }

    .case.plan .ny-wrap .swxt-font {
        min-height: 84px;
        padding: 16px 0;
    }

        .case.plan .ny-wrap .swxt-font .p-style {
            display: inline;
        }

    .pt80 {
        padding-top: 50px;
    }

    .pb80 {
        padding-bottom: 50px;
    }

    .mt80 {
        margin-top: 50px;
    }

    .product .lpage {
        margin-top: 28px;
    }

    .product-one .swxt-font {
        padding: 22px 30px;
    }

    .new-search .search {
        line-height: 45px;
        width: 65%;
        font-size: 16px;
        height: 45px;
    }

    .new-search .butt {
        line-height: 45px;
        font-size: 16px;
        height: 45px;
    }

    .new-one .com-ztyw {
        padding-bottom: 20px;
    }

    .new-one .ztyw-font h4 {
        margin: 30px 0 13px;
    }


    .new-one .ztyw-font p {
        line-height: 26px;
        height: 76px;
    }

    .newinfo-one {
        padding-top: 50px;
    }

    .newinfo-center {
        padding-bottom: 40px;
    }

    .proinfo-one .proinfo-one-box a,
    .plan-btn-box .plan-btn,
    .newsinfo-footer .nif-right a {
        font-size: 16px; /* padding: 10px 45px; */
        width: 160px;
        line-height: 45px;
        height: 45px;
    }

    .newsinfo-footer {
        margin: 40px 0 50px;
    }

    .newinfo-one .ny-right {
        width: 25.571%;
    }

        .newinfo-one .ny-right p {
            margin-bottom: 2px;
        }

        .newinfo-one .ny-right .swxt-font {
            padding: 10px 0;
        }

        .newinfo-one .ny-right ul {
            margin-top: 12px;
        }

    .newinfo-header p {
        margin: 14px 0 24px;
        display: inline-block;
    }

    .newinfo-center p {
        line-height: 28px;
    }

    .newinfo-img {
        margin: 22px 0;
    }

    .product-one {
        padding-top: 20px;
    }

    .product {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .case.plan .ny-wrap li h4,
    .product-one .swxt-font .h3-size30 {
        font-size: 18px;
    }

    .product-one .swxt-font {
        padding: 20px;
    }

    .product .lpage {
        margin-top: 22px;
    }

    .new-search .search {
        line-height: 42px;
        width: 58%;
        height: 42px;
    }

    .new-search .butt {
        line-height: 42px;
        height: 42px;
    }

    .new-one .ztyw-font p {
        line-height: 24px;
        height: 48px;
        -webkit-line-clamp: 2;
    }

    .new-one .ztyw-font h4 {
        margin: 25px 0 12px;
    }

    .nif-right {
        float: left;
        margin-top: 20px;
        width: 100%;
    }

    .newinfo-header p {
        margin: 10px 0 20px;
    }

    .newinfo-one .ny-right h4 {
        line-height: 20px;
    }

    .newinfo-center p {
        line-height: 26px;
    }

    .product-one .ny-wrap {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .case.plan .ny-wrap li h4,
    .product-one .swxt-font .h3-size30 {
        font-size: 16px;
    }

    .case .ny-header {
        padding: 45px 0 35px;
    }

    .case {
        padding-bottom: 25px;
    }

    .pt80 {
        padding-top: 45px;
    }

    .pb80 {
        padding-bottom: 45px;
    }

    .mt80 {
        margin-top: 45px;
    }

    .product .lpage {
        margin-top: 25px;
    }

    .newinfo-one {
        padding-top: 45px;
    }

    .newinfo-center {
        padding-bottom: 30px;
    }

    .newsinfo-footer {
        margin: 32px 0 45px;
    }

    .newinfo-one .ny-left {
        width: 100%;
    }

    .newinfo-one .ny-right {
        width: 100%;
        margin-bottom: 45px;
    }
}

@media (max-width: 639px) {
    .case .ny-wrap li {
        width: 100%;
    }

        .case .ny-wrap li:last-child {
            /* display: none; */
        }

    .case.plan .ny-wrap li {
        width: 100%;
    }

        .case.plan .ny-wrap li:last-child {
            display: none;
        }

    .case.plan .ny-wrap .swxt-font {
        min-height: auto;
    }

    .product-one li {
        width: 100%;
        margin-bottom: 20px;
    }

        .product-one li:last-child {
            display: none;
        }


    .product-one .swxt-font {
        padding: 22px 20px;
    }

    .new-search h4 {
        width: 100%;
        margin: 0 0 20px;
    }

    .new-search .search {
        float: left;
        width: 70%;
    }

    .new-search .butt {
        float: right;
        width: 30%;
    }

    .new-one .ztyw-img {
        width: 100%;
    }

    .new-one .ztyw-font {
        width: 100%;
    }

    .new .lpage {
        margin-top: 2px;
    }

    .case-icon, .case-last .swxt-img::before {
        width: 40px;
        height: 40px;
    }

        .case-icon::after, .case-icon::before {
            width: 18px;
        }

    .case-btn {
        background-color: #cc0200;
    }

        .case-btn span {
            color: #fff;
        }
}

@media (max-width: 400px) {
    .case .ny-wrap li {
        width: 100%;
    }
}

@media (max-width: 321px) {
    .footer-info {
        width: 100%;
        padding-top: 6px;
    }

    .footer-info2 {
        width: 100%;
    }

    .footer-left h4 {
        margin-bottom: 10px;
    }
}



/* caseinfo */
.caseinfo {
}

.caseinfo-one .scrollbar {
    height: 300px;
}

.plan-one .ny-tit,
.caseinfo-one .ny-tit {
    color: #cc0200;
}

.caseinfo-one .ny-right {
    width: 46.428%;
}

.caseinfo-one {
    padding-top: 77px;
}

    .caseinfo-one .ny-wrap {
        margin-top: 51px;
    }

    .caseinfo-one .ny-left {
        width: 48.5%;
        padding-top: 65px;
        position: relative;
    }

        .caseinfo-one .ny-left::before {
            position: absolute;
            top: 0;
            left: -50px;
            width: 50px;
            height: 50px;
            background: url(../images/case-bj.png)no-repeat;
            content: "";
            transition: all 0.5s;
        }

    .caseinfo-one:hover .ny-left::before {
        top: 10px;
    }

    .caseinfo-one .ny-left h4 {
        color: #333;
    }

    .caseinfo-one .ny-left p {
        color: #666;
        line-height: 30px;
        font-weight: 300;
    }

        .caseinfo-one .ny-left p.caseinfop {
            margin: 38px 0 29px;
        }

    .caseinfo-one .swiper-pagination-bullet-active {
        background: #cc0200 !important;
    }

    .caseinfo-one .swiper-slide img {
        width: 100%;
        transition: all 1s;
    }

    .caseinfo-one .swiper-button-next, .caseinfo-one .swiper-button-prev {
        display: none;
    }

    .caseinfo-one .swiper-slide:hover img {
        transform: scale(1.05);
    }

.caseinfo-three {
    padding: 78px 0 0;
}

    .caseinfo-three ul {
        margin: 37px -12px 80px;
    }

    .caseinfo-three .ny-wrap {
        border-bottom: 1px solid #eee;
    }

    .caseinfo-three li {
        width: 25%;
        padding: 0 13px;
    }

    .caseinfo-three .com-swxt {
        background-color: #fff;
    }

    .caseinfo-three .ny-header {
        text-align: left;
    }

    .caseinfo-three .swxt-img {
        padding: 0 4px;
    }

    .caseinfo-three .swxt-font {
        padding: 28px 40px;
        text-align: left;
    }

    .caseinfo-three .h3-size24.akz {
        margin-bottom: 3px;
    }

    .caseinfo-three .h3-size24 {
        font-size: 16px;
    }




    .caseinfo-three .decorate::after {
        top: 0;
        bottom: auto;
        transform: translateY(-50%);
        opacity: 0;
        animation: none;
        transition: none;
    }

    .caseinfo-three .decorate::before {
        top: 0;
        bottom: auto;
        background-color: #e5e5e5;
    }

    .caseinfo-three li .com-swxt {
        overflow: hidden;
    }

    .caseinfo-three li:hover .decorate::after {
        opacity: 1;
        animation: moveDot 2s ease-in-out;
    }

    .caseinfo-three li:hover .decorate::before {
        background-color: #cc0200;
    }

    .caseinfo-three li:hover img {
        transform: scale(1.05);
    }

    .caseinfo-three .newsinfo-footer {
        margin: 46px 0 0;
    }


.caseinfo-two {
    padding: 47px 0 80px;
}

    .proinfo-three .ny-header,
    .plan-three .ny-header,
    .caseinfo-two .ny-header {
        text-align: left;
    }

    .caseinfo-two .swxt-img {
        display: inline-block;
        text-align: center;
    }

        .caseinfo-two .swxt-img h4,
        .caseinfo-two .swxt-font h4 {
            color: #0d141c;
            font-weight: 400;
            margin: 18px 0 10px;
        }

    .caseinfo-two .swxt-font p {
        color: #0d141c;
        line-height: 30px;
        font-weight: 200;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        height: 150px;
        text-align: left;
    }

    .caseinfo-two img {
        width: auto;
    }

    .caseinfo-two .ny-wrap {
        height: 390px;
        overflow: hidden;
    }

    .caseinfo-two ul {
        margin: 0 1px;
    }

    .caseinfo-two li {
        width: 16%;
        text-align: center;
        padding: 50px 28px 0;
        border: 1px solid #eeeeee;
        margin-left: -1px;
        height: 390px;
        position: relative;
    }

        .caseinfo-two li.on,
        .caseinfo-two li:hover {
            width: 36%;
            border: 1px solid #cc0200;
            z-index: 1;
            padding: 50px 60px 0;
            text-align: left;
        }

        .caseinfo-two li.active {
            width: 0%;
            padding: 0;
            opacity: 0;
        }

            .caseinfo-two li.active h4 {
                display: none;
            }

            .caseinfo-two li.active img {
                display: none;
            }

            .caseinfo-two li.active::after {
                opacity: 0;
            }

        .caseinfo-two li:hover .swxt-font h4,
        .caseinfo-two li.on .swxt-font h4,
        .caseinfo-two li.on .swxt-font p,
        .caseinfo-two li:hover.swxt-font p {
            text-align: left;
        }

        .caseinfo-two li::after {
            content: "";
            width: 100px;
            height: 1px;
            background-color: #cc0200;
            position: absolute;
            bottom: 71px;
            left: 50%;
            transform: translateX(-50%);
            transition: all 0.5s;
        }

        .caseinfo-two li::before {
            content: "";
            width: 100%;
            height: 0px;
            background-color: #cc0200;
            position: absolute;
            bottom: 0;
            transition: all 0.5s;
            left: 0;
        }

        .caseinfo-two li.on::after,
        .caseinfo-two li:hover::after {
            bottom: 0;
            width: 100%;
            opacity: 0;
        }

        .caseinfo-two li.on::before,
        .caseinfo-two li:hover::before {
            height: 20px;
        }

        .caseinfo-two li.on .omit3,
        .caseinfo-two li:hover .omit3 {
            -webkit-line-clamp: 5;
        }

    .caseinfo-two .ny-wrap {
        margin-top: 37px;
        overflow: hidden;
    }


    /* .caseinfo-two.plan */
    .caseinfo-two.plan .ny-wrap {
        height: 300px;
        overflow: hidden;
        width: 100%;
    }

    .caseinfo-two.plan li {
        height: 300px;
    }

.plan-three .ny-wrap li {
    width: 33.33%;
    margin-bottom: 0;
}

    .plan-three .ny-wrap li:hover h4 {
        color: #cc0200;
    }

.plan-three.case.plan .ny-wrap li h4 {
    padding: 0 40px 0 50px;
}

.plan-three.case .ny-header {
    padding: 79px 0 37px;
}

.plan-three .ny-wrap {
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

.plan-three.case.plan .ny-wrap .swxt-font {
    padding: 41px 0 38px;
}

.plan-three .newsinfo-footer {
    margin: 0;
    padding: 46px 0 80px;
}

.case.plan-three {
    padding-bottom: 0;
}

.plan-btn {
    font-size: 18px;
    display: inline-block;
    /* padding: 13px 56px 14px; */
    width: 184px;
    height: 52px;
    line-height: 52px;
    background-color: #cc0200;
    color: #fff;
    margin: 50px auto;
}

.plan-btn-box {
    text-align: center;
}

.plan-one {
    padding: 77px 0 0;
    border-bottom: 1px solid #eee;
}

    .plan-one .ny-header p {
        color: #0d141c;
        line-height: 30px;
        margin-top: 39px;
        text-align: left;
        font-weight: 200;
    }

    .plan-one .ny-wrap {
        width: 66.428%;
        margin: 98px auto 110px;
    }

    .plan-one .ny-header {
        width: 53.571%;
        margin: auto;
    }

.plan-imgs {
    width: 100%;
    position: relative;
}

    .plan-imgs img {
        width: 100%;
    }

.plan-img1 {
    width: 100%;
}

.plan-img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.caseinfo-two.plan li p {
    opacity: 0;
}

.caseinfo-two.plan li.on p,
.caseinfo-two.plan li:hover p {
    opacity: 1;
}


.proinfo-three {
    padding: 79px 0 0;
}

    .proinfo-three li {
        width: 25%;
    }

.proinfo-one {
    padding: 77px 0 70px;
}

    .proinfo-one .ny-wrap {
        width: 50%;
        margin: auto;
        padding: 17px 0 0;
    }

    .proinfo-one .ny-tit {
        color: #cc0200;
    }
/* .proinfo-one-box a{width: 184px;height: 52px;display: inline-block;font-size: 18px;text-align: center;line-height: 52px;margin: 0 9px;color: #fff;background-color: #cc0200;} */
.proinfo-one-box a {
    width: 184px;
    height: 52px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    margin: 0 9px;
    color: #cc0200;
    border: 1px solid #cc0200;
    transition: all 0.5s;
}

.proinfo-one-box {
    width: 58%;
    margin: auto;
    text-align: center;
    line-height: 30px;
    color: #666;
}

    .proinfo-one-box p {
        margin: 35px 0 43px;
        text-align: left;
        color: #0d141c;
        font-weight: 200;
    }

    .proinfo-one-box a em {
        width: 14px;
        height: 16px;
        background: url(../images/arrow.png)no-repeat;
        display: inline-block;
        margin-left: 10px;
    }

    .proinfo-one-box a:hover span {
        color: #fff;
    }

.jqzoom {
    background: white;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .jqzoom img {
        width: 100%;
        height: 100%;
    }

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 368px;
    height: 368px;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.spec-preview {
    width: 100%;
    padding: 30px 35px;
}

.spec-scroll {
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-right: -15px;
    text-align: center;
}

    .spec-scroll .prev,
    .spec-scroll .next {
        text-align: right;
    }

    .spec-scroll .prev, .spec-scroll .next {
        margin-top: -7px;
        opacity: 0;
        z-index: 3;
        font-weight: bold;
        width: 24px;
        height: 24px;
        cursor: pointer;
        vertical-align: middle;
        display: inline-block;
        font-size: 20px;
        color: #999;
    }

    .spec-scroll .prev, .spec-scroll .next {
        display: inline-block;
        background: url(../images/sanjiao2.png)no-repeat center;
        border: 1px solid #ddd;
        border-radius: 50%;
    }

    .spec-scroll .next {
        transform: rotate(180deg);
    }

.proinfo-one .ny-wrap .spec-scroll .prev, .proinfo-one .ny-wrap .spec-scroll .next {
    opacity: 1;
}

.spec-scroll .prev:hover, .spec-scroll .next:hover {
    color: #000;
}

.spec-scroll .items {
    display: inline-block;
    height: 100px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 86px);
}

    .spec-scroll .items ul {
        overflow: hidden;
        margin: 0 auto;
        position: absolute;
        padding-left: 0;
        margin: 0px -3px 0 16px;
    }

        .spec-scroll .items ul li {
            width: 130px;
            margin-right: 20px;
            float: left;
            border: 1px solid #e6e2e2;
            padding: 6px 8px;
            margin-bottom: 2px;
            height: 100px;
            line-height: 90px;
        }

            .spec-scroll .items ul li.hover {
                border: 1px solid #cc0200;
            }

            .spec-scroll .items ul li img {
                width: 100%;
                height: 100%;
                background: white;
            }

            .spec-scroll .items ul li p {
                color: #333;
                font-size: 16px;
                text-align: center;
                margin-bottom: 0px;
            }

.proinfo-swiper {
}

    .proinfo-swiper img {
        width: 100%;
    }


.proinfo-two {
    padding: 80px 0;
    background-color: #f7f7f7;
}

    .proinfo-two .ny-right {
        background-color: #fff;
        width: 24.285%;
    }

    .proinfo-two .ny-left {
        background-color: #fff;
        width: 73.428%;
    }

    .proinfo-two .ny-header {
        width: 100%;
        height: 100px;
        text-align: left;
        padding: 34px 40px;
    }

    .proinfo-two .swxt-img {
        height: 220px;
        line-height: 220px;
        padding: 5px;
    }

    .proinfo-two .swxt-font {
        padding: 13px 40px 37px;
        color: #969696;
        font-weight: 200;
        text-align: center;
    }

    .proinfo-two .h3-size24.akz {
        margin-bottom: 2px;
        font-weight: 200;
    }

    .proinfo-two h4.h3-size24 {
        color: #969696;
        font-weight: 200;
        font-size: 18px;
    }



    .proinfo-two .ny-right li {
        border-top: 1px solid #eee;
    }

        .proinfo-two .ny-right li:hover img {
            transform: scale(1.05);
        }

        .proinfo-two .ny-right li:hover h4 {
            color: #cc0200;
        }


    .proinfo-two .ny-left .ny-header {
        border-bottom: 1px solid #eee;
    }

    .proinfo-two .ofon-ul {
        padding: 0 40px 67px;
    }

        .proinfo-two .ofon-ul li { /* margin-bottom: 20px; */
            cursor: pointer;
        }

            .proinfo-two .ofon-ul li.active .ofon-left h4 {
            }

    .proinfo-two .ofon-font {
        padding: 29px 0 17px;
        transition: all 0.5s;
        border-bottom: 1px solid #eee;
    }

    .proinfo-two .ofon-left {
        float: left;
        max-width: 92%;
        vertical-align: middle;
    }

        .proinfo-two .ofon-left h4 {
            color: #0d141c;
            font-size: 18px;
            margin-top: 7px;
            line-height: 26px;
        }

    .proinfo-two .ofon-right {
        float: left;
        vertical-align: middle;
    }

    .proinfo-two .off-btn {
        width: 19px;
        height: 19px;
        border: 1px solid #c1c1c1;
        border-radius: 50%;
        position: relative;
        transition: all 1s;
        border: 1px solid #dcdcdc;
        vertical-align: middle;
        margin-top: 11px;
        margin-right: 11px;
        text-align: center;
        line-height: 19px;
        background: url(../images/add.png)no-repeat center;
    }

    .proinfo-two .ofon-ul li.active .off-btn {
        border: 1px solid #c1c1c1;
        background-color: #fff;
        transform: rotateZ(-180deg);
        background: url(../images/add2.png)no-repeat center;
    }

    .proinfo-two .ofon-drop {
        transition: all 1s;
        max-height: 0;
        opacity: 0;
        padding: 0 30px;
        overflow: hidden;
    }

    .proinfo-two .ofon-ul li.active .ofon-drop {
        max-height: 1000px;
        opacity: 1;
        padding: 13px 30px 0;
        margin-bottom: -7px;
    }

    .proinfo-two .ofon-drop p {
        font-size: 16px;
        color: #0d141c;
        /* margin-bottom: 0; */
        line-height: 30px;
        font-weight: 200;
    }

.proinfo-three .ny-wrap {
    margin-top: 37px;
    padding-bottom: 78px;
    border-bottom: 1px solid #eee;
}

.proinfo-three .swxt-font {
    padding-top: 17px;
    color: #666666;
}

.caseinfo-three .infi-btn,
.plan-three .infi-btn,
.proinfo-three .infi-btn {
    padding-bottom: 76px;
    padding-top: 26px
}

.proinfo-three li:hover img {
    transform: scale(1.05);
}

.proinfo-three li h4 {
    font-weight: 200;
    color: #969696;
    font-size: 18px;
}

.proinfo-three li:hover h4 {
    color: #cc0200;
}

.over-pagination {
    width: 100%;
    position: relative !important;
}

    .over-pagination .swiper-pagination-bullet {
        margin: 0 4px;
    }

    .over-pagination .swiper-pagination-bullet-active {
        background: #cc0200 !important;
    }


.proinfo-swiper {
    display: none;
}

.caseinfo-two-swiper {
    display: none;
}

@media (max-width: 1919px) {
}

@media (max-width: 1679px) {
}

@media (max-width: 1459px) {
    .caseinfo-one .ny-left {
        padding-top: 30px;
    }

    .caseinfo-one {
        padding-top: 60px;
    }

        .caseinfo-one .ny-wrap {
            margin-top: 40px;
        }

    .caseinfo-two {
        padding: 30px 0 60px;
    }

        .caseinfo-two .ny-wrap {
            height: 360px;
        }

        .caseinfo-two li {
            padding: 40px 20px 0;
            height: 360px;
        }

            .caseinfo-two li.on, .caseinfo-two li:hover {
                padding: 40px 45px 0;
            }

            .caseinfo-two li::after {
                width: 80px;
            }

    .caseinfo-three {
        padding: 60px 0 0;
    }

        .caseinfo-three ul {
            margin: 35px -12px 60px;
        }

        .caseinfo-three .swxt-font {
            padding: 24px 30px;
        }

    .caseinfo-one .ny-left::before {
        background-size: 29px;
        background-position: right;
    }

    .plan-one {
        padding: 60px 0 0;
    }

        .plan-one .ny-wrap {
            margin: 60px auto 60px;
        }

        .plan-one .ny-header p {
            margin-top: 20px;
        }

    .caseinfo-two.plan .ny-wrap,
    .caseinfo-two.plan li {
        height: 280px;
    }

    .plan-three.case .ny-header {
        padding: 60px 0 35px;
    }

    .plan-three .ny-wrap {
        padding-bottom: 60px;
    }

    .plan-three.case.plan .ny-wrap li h4 {
        padding: 0 30px;
    }

    .plan-three.case.plan .ny-wrap .swxt-font {
        padding: 26px 0;
    }

    .plan-three .newsinfo-footer {
        padding: 46px 0 80px;
    }

    .plan-three .newsinfo-footer {
        padding: 40px 0 60px;
    }

    .proinfo-two {
        padding: 60px 0
    }

    .proinfo-one {
        padding: 60px 0 45px
    }


    .spec-scroll .items ul li {
        width: 114px;
        margin-right: 10px;
        height: 89px;
        line-height: 78px;
    }

    .spec-scroll .items {
        height: 89px;
    }

    .spec-preview {
        padding: 0 56px;
    }

    .proinfo-two .ny-header {
        height: 80px;
        padding: 26px 40px;
    }

    .ofon-font {
        padding: 20px 0 17px;
    }

    .proinfo-three {
        padding: 60px 0 0;
    }

        .proinfo-three .ny-wrap {
            margin-top: 30px;
            padding-bottom: 60px;
        }

        .caseinfo-three .infi-btn,
        .plan-three .infi-btn,
        .proinfo-three .infi-btn {
            padding-bottom: 60px;
        }

    .proinfo-two .ofon-ul {
        padding: 0 40px 60px;
    }

    .proinfo-two h4.h3-size24 {
        font-size: 16px;
    }

    .caseinfo-one .scrollbar {
        height: 280px;
    }
}

@media (max-width: 1259px) {

    .caseinfo-one .scrollbar {
        height: 230px;
    }

    .caseinfo-one .ny-left {
        padding-top: 0px;
    }

        .caseinfo-one .ny-left p.caseinfop {
            margin: 18px 0 8px;
        }

    .caseinfo-one {
        padding-top: 50px;
    }

    .caseinfo-two {
        padding: 20px 0 50px;
    }

        .caseinfo-two .swxt-font p {
            line-height: 28px;
            height: 140px;
        }

        .caseinfo-two .ny-wrap {
            height: 330px;
        }

        .caseinfo-two li {
            padding: 30px 12px 0;
            height: 330px;
        }

            .caseinfo-two li::after {
                width: 60px;
            }

            .caseinfo-two li.on, .caseinfo-two li:hover {
                padding: 30px 35px 0;
            }

        .caseinfo-two img {
            width: 38px;
        }

    .caseinfo-three {
        padding: 50px 0 0;
    }

        .caseinfo-three ul {
            margin: 35px -10px 50px;
        }

        .caseinfo-three .swxt-font {
            padding: 18px 20px;
        }

        .caseinfo-three li {
            padding: 0 10px;
        }

    .caseinfo-one .ny-left::before {
        background-size: 23px;
        background-position: right top;
    }

    .plan-one {
        padding: 50px 0 0;
    }

        .plan-one .ny-wrap {
            margin: 30px auto 50px;
        }

        .plan-one .ny-header p {
            line-height: 24px
        }

    .caseinfo-two.plan .ny-wrap,
    .caseinfo-two.plan li {
        height: 250px;
    }

    .plan-three.case .ny-header {
        padding: 50px 0 35px;
    }

    .plan-three .ny-wrap {
        padding-bottom: 50px;
    }

    .plan-three .newsinfo-footer {
        padding: 40px 0 60px;
    }

    .proinfo-two {
        padding: 50px 0
    }

    .proinfo-one {
        padding: 50px 0 35px
    }

    .spec-preview {
        padding: 0 60px;
    }

    .proinfo-one-box {
        width: 85%;
    }

    .proinfo-one .ny-wrap {
        width: 58%;
    }

    .spec-scroll .items ul li {
        width: 101px;
        height: 79px;
        line-height: 68px;
    }

    .spec-scroll .items {
        height: 79px;
    }

    .proinfo-one-box p {
        margin: 30px 0;
    }

    .proinfo-two .swxt-font {
        padding: 13px 30px 26px;
    }

    .proinfo-two .ny-header {
        height: 70px;
        padding: 23px 30px;
    }

    .proinfo-three {
        padding: 50px 0 0;
    }

        .proinfo-three .ny-wrap {
            margin-top: 30px;
            padding-bottom: 50px;
        }

    .newsinfo-footer {
        margin: 40px 0 50px;
    }

    .caseinfo-three .infi-btn,
    .plan-three .infi-btn,
    .proinfo-three .infi-btn {
        padding-bottom: 50px;
    }

    .proinfo-two .ofon-ul {
        padding: 0 40px 50px;
    }
}

@media (max-width: 991px) {
    .caseinfo-one .ny-left > div {
        height: 170px;
    }

    .caseinfo-one .ny-wrap {
        margin-top: 30px;
    }

    .caseinfo-two li::after {
        width: 40px;
    }

    .caseinfo-two .swxt-font p {
        line-height: 26px;
        height: 130px;
    }

    .caseinfo-two .ny-wrap {
        height: 286px;
    }

    .caseinfo-two li {
        padding: 20px 8px 0;
        height: 286px;
    }

        .caseinfo-two li.on, .caseinfo-two li:hover {
            padding: 20px 20px 0;
        }

    .caseinfo-three .swxt-font {
        padding: 14px 16px;
    }

    .caseinfo-three li {
        padding: 0 6px;
    }

    .caseinfo-three ul {
        margin: 30px -12px 36px;
    }

    .plan-one .ny-header {
        width: 70%;
    }

    .caseinfo-two.plan .ny-wrap,
    .caseinfo-two.plan li {
        height: 230px;
    }

    .plan-three.case.plan .ny-wrap li h4 {
        padding: 0 20px;
    }

    .plan-three.case.plan .ny-wrap .swxt-font {
        padding: 16px 0;
    }

    .plan-btn {
        margin: 30px auto;
    }

    .proinfo-one-box {
        width: 85%;
    }

    .proinfo-one .ny-wrap {
        width: 61%;
    }

    .proinfo-two .ny-header {
        height: 60px;
        padding: 18px 20px;
    }

    .proinfo-two .swxt-font {
        padding: 6px 20px 20px;
    }

    .ofon-drop p {
        line-height: 26px;
    }

    .ofon-font {
        padding: 12px 0 17px;
    }

    .spec-scroll .items ul li {
        height: 78px;
        line-height: 70px;
    }

    .spec-scroll .items {
        height: 78px;
    }

    .proinfo-one-box p {
        margin: 30px 0 10px;
    }

    .proinfo-two .ofon-ul {
        padding: 0 20px 45px;
    }
}

@media (max-width: 767px) {
    .caseinfo-one {
        padding-top: 45px;
    }

        .caseinfo-one .ny-left {
            width: 100%;
            margin-top: 30px;
        }

        .caseinfo-one .ny-right {
            width: 100%;
        }

    .ny-tit {
        line-height: 30px;
        padding: 0 20px;
        text-align: center;
    }

    .caseinfo-two {
        padding: 30px 0 40px;
    }

        .caseinfo-two ul {
            display: none;
        }

    .caseinfo-two-swiper {
        display: block;
        text-align: center;
    }

        .caseinfo-two-swiper .omit3 {
            -webkit-line-clamp: 5;
        }

    .caseinfo-one .ny-left > div {
        height: auto;
    }

    .caseinfo-two .ny-wrap {
        margin-top: 12px;
        height: auto;
    }

    .caseinfo-three {
        padding: 45px 0 0;
    }

        .caseinfo-three ul {
            margin: 35px -12px 45px;
        }

        .caseinfo-three li {
            width: 50%;
            margin-bottom: 20px;
        }

        .caseinfo-three h4 {
            text-align: center;
        }

        .caseinfo-three ul {
            margin: 35px -12px 10px;
        }

    .caseinfo-one .ny-left::before {
        background: none
    }

    .plan-one {
        padding: 45px 0 0;
    }

        .plan-one .ny-wrap {
            margin: 45px auto 45px;
        }

        .plan-one .ny-header {
            width: 80%;
        }

    .caseinfo-two.plan .ny-wrap {
        height: auto;
    }

    .plan-three.case .ny-header {
        padding: 45px 0 35px;
    }

    .plan-three .ny-wrap {
        padding-bottom: 25px;
    }

    .proinfo-two,
    .proinfo-one {
        padding: 45px 0
    }

    .spec-scroll,
    .spec-preview {
        display: none;
    }

    .proinfo-one .ny-wrap {
        width: 100%;
    }

    .proinfo-swiper {
        display: block;
        position: relative;
        padding: 0 50px;
    }

    .proinfo-two .ofon-font {
        padding: 12px 0 17px;
    }

    .proinfo-one-box {
        width: 100%;
    }

        .proinfo-one-box p {
            margin: 0 0 30px;
            line-height: 24px;
        }

    .proinfo-two .ny-left {
        width: 100%;
    }

    .proinfo-two .ny-right {
        width: 100%;
        margin-top: 45px;
    }

        .proinfo-two .ny-right li {
            width: 50%;
            float: left;
        }

            .proinfo-two .ny-right li .swxt-font {
                text-align: center;
            }

    .proinfo-three {
        padding: 45px 0 0;
    }

        .proinfo-three .ny-wrap {
            margin-top: 30px;
            padding-bottom: 6px;
        }

        .proinfo-three li {
            width: 50%;
            margin-bottom: 20px;
        }

    .ofon-ul li.active .ofon-drop {
        padding: 13px 0 0 30px;
        margin-bottom: 0px;
    }

    .caseinfo-three .infi-btn,
    .plan-three .infi-btn,
    .proinfo-three .infi-btn {
        padding-bottom: 45px;
    }

    .proinfo .ny-tit {
        padding: 0;
        text-align: center;
    }

    .caseinfo-three .infi-btn,
    .plan-three .infi-btn,
    .proinfo-three .infi-btn {
        float: left;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .caseinfo-two .ny-tit,
    .caseinfo-one .ny-left h4 {
        text-align: center;
    }

    .caseinfo-three .infi-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 639px) {
    .plan-one .ny-header {
        width: 100%;
    }

    .plan-one .ny-wrap {
        margin: 20px auto 45px;
        width: 100%;
    }

    .plan-three.case.plan .ny-wrap li {
        margin-bottom: 20px;
    }

    .proinfo-one .proinfo-one-box a,
    .plan-btn-box .plan-btn, .newsinfo-footer .nif-right a {
        width: 130px;
        line-height: 40px;
        height: 40px;
        background-color: #cc0200;
        color: #fff;
    }
}

@media (max-width: 400px) {
    .proinfo-two .ny-right li {
        width: 100%;
    }

    .proinfo-three li {
        width: 100%;
    }
}

@media (max-width: 321px) {
    .caseinfo-three li {
        width: 100%;
    }
}


input::-webkit-input-placeholder { /* WebKit browsers */
    color: #ddd;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ddd;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ddd;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ddd;
}

.yzm-box input::-webkit-input-placeholder,
.form-ul input::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}

.yzm-box input:-moz-placeholder,
.form-ul input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
}

.yzm-box input::-moz-placeholder,
.form-ul input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}

    .yzm-box input::-moz-placeholder
    .form-ul input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #666;
    }


placeholder


.more {
    position: relative;
    z-index: 22;
    border: 1px solid #c7141f;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    color: white;
    transition: all .5s;
    background-color: #c7141f;
    width: 182px;
    height: 56px;
}

.more::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 150%;
    overflow: hidden;
    /* background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
 background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
 background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .9)40%,rgba(255, 255, 255, .9)60%, rgba(255, 255, 255, 0)100%);
 background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%); */
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    background-color: #fff;
    opacity: 0.4;
}

.more:hover::after,
.more:hover::before {
    left: -150%;
    transition: left 1.5s ease 0s;
}


a.more::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 150%;
    overflow: hidden;
    background-color: #fff;
    -webkit-transform: skewX(-25deg);
}


/* ===============??????aâ‚¬????Â¨???ï¿¥??aâ‚¬??ï¿ a???????ï¿¥?ï¿ a?????ï¿ a???|???????????Î¼================ */
/* service */
.serv-one {
    padding: 80px 0 60px;
}

    .serv-one ul {
        margin: 0 -10px;
    }

    .serv-one li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
        text-align: center;
    }

        .serv-one li .com-swxt {
            border: 1px solid #eee;
            padding: 51px 0 48px;
            overflow: hidden;
        }

        .serv-one li:hover .com-swxt {
            border: 1px solid #cc0200;
        }

    .serv-one .swxt-font {
        margin-top: 29px;
    }

    .serv-one li img {
        transition: all 0.5s;
    }

    /* .serv-one .com-swxt:hover img {
        transform: rotateY(180deg);
    } */

    .serv-one .com-swxt:hover h4 {
        color: #cc0200;
    }

    .serv-one .com-swxt:hover span {
        display: block;
    }
/* .serv-one .com-swxt span {
	position: absolute;
	display: none
} */



/* .serv-one .com-swxt span:nth-child(1) {
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #cc0200);
	animation: btn-anim1 2s linear infinite;
}

@keyframes btn-anim1 {
	0% {
		left: -100%;
	}
	50%,
	100% {
		left: 100%;
	}
}

.serv-one .com-swxt  span:nth-child(2) {
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #cc0200);
	animation: btn-anim2 2s linear infinite;
	animation-delay: 0.5s
}

@keyframes btn-anim2 {
	0% {
		top: -100%;
	}
	50%,
	100% {
		top: 100%;
	}
}

.serv-one .com-swxt  span:nth-child(3) {
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #cc0200);
	animation: btn-anim3 2s linear infinite;
	animation-delay: 1s
}

@keyframes btn-anim3 {
	0% {
		right: -100%;
	}
	50%,
	100% {
		right: 100%;
	}
}
      
      
.serv-one .com-swxt{overflow: hidden;}
.serv-one .com-swxt  span:nth-child(4) {
		bottom: -100%;
		left: 0;
		width: 2px;
		height: 100%;
		background: linear-gradient(360deg, transparent, #cc0200);
		animation: btn-anim4 2s linear infinite;
		animation-delay: 1.5s
	}
	
	@keyframes btn-anim4 {
		0% {
			bottom: -100%;
		}
		50%,
		100% {
			bottom: 100%;
		}
	} */




.serv-two {
    margin-bottom: 3px;
    display: block;
    background-size: 100% 100% !important;
    transition: all 0.5s;
}

    .serv-two:last-child {
        margin-bottom: 0px;
    }

    .serv-two .ny-wrap {
        position: relative;
        overflow: hidden;
        height: 300px;
        transition: all 1s;
    }

        .serv-two .ny-wrap::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: rgba(13,20,28,0.75);
        }

    .serv-two .serv-font {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        text-align: center;
    }

    .serv-two h4 {
        color: #fff;
        text-align: center;
        font-weight: 400;
        font-size: 28px;
    }

    .serv-two p {
        color: #fff;
        margin-top: 22px;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s;
        font-weight: 200;
    }

    .serv-two:hover p {
        max-height: 30px;
    }

    .serv-two p.tit-size40 {
        font-size: 40px;
        font-family: 'DIN-std';
        letter-spacing: 2px;
        margin-top: 12px;
    }

    .serv-two:last-child .serv-font {
        transform: translate(-50%,-44%);
    }

    .serv-two:last-child p {
        max-height: 100px;
    }

    .serv-two:hover h4 {
        color: #cc0200;
    }

    .serv-two img {
        height: 100%;
        transition: all 1s;
    }

    .serv-two:hover {
        background-size: 102% 102% !important;
    }

/* college */
.cont .ny-header h4,
.abou .ny-header h4,
.coll .ny-header h4 {
    color: #969696;
}

.coll-one .ny-header {
    margin: 77px 0 46px;
}

.coll-one .ny-left {
    float: right;
    width: 85.7%;
    margin-left: -300px;
    overflow: hidden;
}

    .coll-one .ny-left:hover img {
        transform: scale(1.02);
    }

    .coll-one .ny-left img {
        width: 100%;
        transition: all 1s;
    }

.coll-one .ny-right h4 {
    color: #cc0200;
    margin-bottom: 32px;
}

.coll-one .ny-right p {
    font-weight: 200;
    color: #0d141c;
    line-height: 28px;
}

.coll-one .ny-right {
    float: left;
    background-color: #fff;
    border: 1px solid #cc0200;
    width: 35.72%;
    padding: 81px 42px 75px 50px;
    margin-top: 100px;
    position: relative;
    z-index: 33;
}

.coll-two {
    padding: 77px 0 80px;
}

    .coll-two li {
        text-align: center;
    }

        /* .coll-two li:hover img {
            animation: swing 1s;
        } */

        .coll-two li:hover h4 {
            color: #cc0200;
        }

        .coll-two li:hover .swxt-font {
            box-shadow: 0 0 12px rgba(0,0,0,0.10);
        }

    .coll-two .swxt-font {
        background-color: #fff;
        margin-top: -14px;
        padding: 43px 0 71px;
        height: 180px;
        transition: all 0.8s;
    }

        .coll-two .swxt-font p {
            line-height: 28px;
            color: #0d141c;
            margin-top: 12px;
            padding: 0 20px;
            font-weight: 200;
        }

    .coll-two .ny-wrap {
        margin-top: 46px;
    }

.coll-three {
}

    .coll-three .coll-font {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .coll-three .coll-font em {
            display: inline-block;
            padding: 3px;
            border: 1px solid #d9d9d9;
            border-radius: 50%;
            margin-bottom: 18px;
        }

            .coll-three .coll-font em span {
                width: 36px;
                height: 36px;
                color: #cc0200;
                border-radius: 50%;
                border: 1px solid #f1b9b8;
                display: inline-block;
                text-align: center;
                font-family: 'Consolas';
                font-size: 24px;
            }

    .coll-three .ny-img {
        display: inline-block;
        position: relative;
        width: 48%;
    }

        .coll-three .ny-img img {
            width: 100%;
        }

    .coll-three .ny-wrap {
        text-align: center;
        margin-top: 35px;
        position: relative;
        padding-bottom: 173px;
    }

    .coll-three .ny-img-img img {
        position: absolute;
        top: 0;
        left: 0;
        transition: all 1s;
    }

    .coll-three .ny-img-img2 img {
        width: 100%;
    }

    .coll-three .ny-img-img2 {
        width: 60%;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50%;
        overflow: hidden;
    }

        .coll-three .ny-img-img2::after {
            content: "";
            display: block;
            background-color: rgba(0, 0, 0, .3);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .coll-three .coth-img1 {
        animation: quanquan 60s linear infinite;
        -webkit-animation: quanquan 60s linear infinite;
        -moz-animation: quanquan 60s linear infinite;
    }

@keyframes quanquan {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}


@-webkit-keyframes quanquan {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}

@-moz-keyframes quanquan /* Firefox */
{
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}





.coll-three .coll-font li {
    text-align: center;
    position: absolute;
}

.coll-three .coll-font .coll-ul1 {
    top: 1.3%;
    left: 22.7%;
}

.coll-three .coll-font .coll-ul7 {
    top: 1.3%;
    right: 22.7%;
}

.coll-three .coll-font .coll-ul2 {
    top: 27.5%;
    left: 14.4%;
}

.coll-three .coll-font .coll-ul6 {
    top: 27.5%;
    right: 14.4%;
}

.coll-three .coll-font .coll-ul3 {
    top: 56.3%;
    left: 18%;
}

.coll-three .coll-font .coll-ul5 {
    top: 56.3%;
    right: 18%;
}

.coll-three .coll-font .coll-ul4 {
    bottom: 9.5%;
    left: 43%;
}

.coll-font div {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #bfbfbf;
    transition: all 2s;
}

.coll-three .coll-font .coll-ul11 {
    top: 6.2%;
    left: 40.5%;
}

.coll-three .coll-font .coll-ul77 {
    top: 6.8%;
    right: 39.7%;
}

.coll-three .coll-font .coll-ul22 {
    top: 31%;
    left: 28.4%;
}

.coll-three .coll-font .coll-ul66 {
    top: 32.4%;
    right: 28.2%;
}

.coll-three .coll-font .coll-ul33 {
    bottom: 37.8%;
    left: 32.3%;
}

.coll-three .coll-font .coll-ul55 {
    bottom: 36.5%;
    right: 32.9%;
}

.coll-three .coll-font .coll-ul44 {
    bottom: 23.55%;
    left: 49%;
}

.coll-three .coll-font li.on h4 {
    color: #cc0200;
}

.coll-three .coll-font li:hover h4 {
    color: #cc0200;
}

.coll-three .coll-font li.on div,
.coll-three .coll-font li:hover div {
    background-color: #cc0200;
}

.coll-swiper {
    display: none;
}

.coll-swiper {
    margin-bottom: 45px;
}

    .coll-swiper img {
        width: 100%;
    }

    .coll-swiper p {
        padding: 0 20px;
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
    }

/* about */
.about.banner {
    overflow: unset;
}

.abou-one .ny-wrap p {
    color: #0d141c;
    line-height: 30px;
    font-weight: 200;
    margin-bottom: 30px;
}

.abou-one .ny-wrap {
    padding: 0 100px;
    margin-top: 38px;
}

.abou-one {
    padding-bottom: 41px;
    border-bottom: 1px solid #eee;
}

.abou-two {
}

    .abou-two .ny-wrap {
        text-align: center;
        margin-top: 49px;
    }

    .abou-two ul {
        display: inline-block;
        text-align: left;
    }

    .abou-two li {
        margin-bottom: 30px;
        transition: all 1s;
    }

        .abou-two li:hover h4 {
            color: #cc0200;
        }

        .abou-two li:hover {
            transform: translateY(-8px);
        }

        .abou-two li:last-child {
            margin-bottom: 0;
        }

    .abou-two img {
    }

    .abou-two h4 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 16px 0 28px;
        color: #0d141c;
    }

    .abou-two p {
        color: #0d141c;
        display: inline-block;
        vertical-align: sub;
        font-weight: 200;
    }

.abou-three {
}

    .abou-three .ny-header {
        margin-bottom: 45px;
    }

    .abou-three .about_deve {
        padding-bottom: 53px;
    }


.abou-four {
}
    /* background: url(../images/abou-bj.png)no-repeat; */
    .abou-four .ny-left {
        position: relative;
        background-position-y: 55px;
        width: 48.2%;
    }

        .abou-four .ny-left img {
            width: 100%;
        }

    .abou-four .ny-right {
        width: 42.857%;
        padding-top: 115px;
        float: right;
    }

        .abou-four .ny-right h4 {
            border-bottom: 1px solid #eeeeee;
            padding-bottom: 27px;
            margin-bottom: 26px;
            color: #0d141c;
        }

        .abou-four .ny-right p {
            color: #0d141c;
            font-weight: 200;
            display: inline-block;
            vertical-align: middle;
        }

        .abou-four .ny-right em {
            width: 14px;
            height: 14px;
            background: url(../images/down-icon3.png)no-repeat;
            display: inline-block;
            margin-right: 6px;
            vertical-align: middle;
        }

        .abou-four .ny-right .row1 li {
            margin-bottom: 24px;
        }

        .abou-four .ny-right .row1 {
            margin-bottom: 51px;
        }

        .abou-four .ny-right li {
            transition: all 0.5s;
        }

            .abou-four .ny-right li:hover {
                /* transform: translateY(-5px); */
            }

                .abou-four .ny-right li:hover p {
                    color: #cc0200;
                }

    .abou-four .row2 img {
        float: left;
    }

    .abou-four .row2 ul {
        display: inline-block;
        margin-left: 50px;
        margin-top: -4px;
    }

    .abou-four .row2 li {
        margin-bottom: 16px
    }

    .abou-four .row2 h4 {
        margin-bottom: 30px;
    }
/* width: 626px;height: 626px */
.wave {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid #f1c5c6;
    width: 0%;
    height: 0%;
    opacity: 0;
}

.abou-four:hover .wave {
    animation: wavewave 3s ease-in-out infinite;
    -webkit-animation: wavewave 3s ease-in-out infinite;
    -moz-animation: wavewave 3s ease-in-out infinite;
    width: 626px;
    height: 626px
}

.abou-four .abfo-img {
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: all 3s;
}

.abou-four:hover .abfo-img {
    animation: wavewave2 3s ease-in-out infinite;
    -webkit-animation: wavewave2 3s ease-in-out infinite;
    -moz-animation: wavewave2 3s ease-in-out infinite;
    width: 100%;
    height: auto;
}

.abfo-img {
    position: absolute;
    top: 57px;
    left: 6px;
}

@keyframes wavewave {
    0% {
        transform: translate(-50%,-50%) scale(.0);
        opacity: 0;
    }

    100% {
        transform: translate(-50%,-50%) scale(1.00);
        opacity: 1;
    }
}

@-webkit-keyframes wavewave {
    0% {
        transform: translate(-50%,-50%) scale(.0);
        opacity: 0;
    }

    100% {
        transform: translate(-50%,-50%) scale(1.00);
        opacity: 1;
    }
}

@-moz-keyframes wavewave {
    0% {
        transform: translate(-50%,-50%) scale(.0);
        opacity: 0;
    }

    100% {
        transform: translate(-50%,-50%) scale(1.00);
        opacity: 1;
    }
}


@keyframes wavewave2 {
    0% {
        transform: rotateZ(0deg) scale(0.0);
        opacity: 0;
    }

    100% {
        transform: rotateZ(180deg) scale(1.00);
        opacity: 1;
    }
}




@-webkit-keyframes wavewave2 {
    0% {
        transform: rotateZ(0deg) scale(0.0);
        opacity: 0;
    }

    100% {
        transform: rotateZ(180deg) scale(1.00);
        opacity: 1;
    }
}

@-moz-keyframes wavewave2 {
    0% {
        transform: rotateZ(0deg) scale(0.0);
        opacity: 0;
    }

    100% {
        transform: rotateZ(180deg) scale(1.00);
        opacity: 1;
    }
}



.abou-five .ny-wrap {
    margin-top: 15px;
}

.abou-five .info-wrap2 {
    margin: 0 -3.8%;
    padding: 0;
}

    .abou-five .info-wrap2 p {
        color: #0d141c;
    }


.abou-six {
    padding-top: 72px;
}

    .abou-six .icon-font {
        text-align: center;
    }

    .abou-six .info-wrap h4 {
        font-size: 72px;
        margin-left: 0;
    }

    .abou-six .info-wrap p {
        margin-top: 4px;
        color: #969696;
    }

    .abou-six .info-wrap {
        padding: 29px 0 46px;
    }

.abou-seven {
    margin: 46px 0;
}

    .abou-seven ul {
        margin: 0 -40px;
    }

    .abou-seven li {
        float: left;
        padding: 0 40px;
    }

.abou-eight {
}

    .abou-eight .ny-wrap {
        padding: 0 82px;
        position: relative;
    }

    .abou-eight .swiper-slide {
        text-align: center;
    }

    .abou-eight .swxt-img {
        border: 1px solid #e5e5e5;
    }

    .abou-eight h4 {
        color: #969696;
        margin-top: 20px;
        font-weight: 200;
    }

    .abou-eight .swiper-slide:hover .swxt-img {
        border: 1px solid #cc0200;
    }

    .abou-eight .swiper-slide:hover h4 {
        color: #cc0200;
    }

    .abou-eight .swiper-button-next, .abou-eight .swiper-button-prev {
        font-size: 40px;
        color: #999;
        transform: translateY(-100%);
        margin-top: 0;
    }

        .abou-eight .swiper-button-next:hover, .abou-eight .swiper-button-prev:hover {
            color: #cc0200;
        }
/* .abou-eight .swiper-button-prev{transform: rotateZ(180deg);} */






/* offers */
.down .ny-title,
.offers .ny-title {
    text-align: center;
    width: 100%;
}

.down.ny-banner .ny-title .ny-tit,
.offers.ny-banner .ny-title .ny-tit {
    text-align: center;
    margin-bottom: 0;
}

.offers .banner-search .search {
    width: 345px;
}

.bselect {
    float: left;
    width: 150px;
    height: 48px;
    font-size: 16px;
    padding: 0 20px;
    color: #ccc;
}

.bselect {
    /*???ï¿¥?â€¦?????????|?â€¦???ï¿ a???Â°???????????â€œ???Â¨???????Â¤???Â§?â€¦???ï¿ a???????Â¤?????ï¿ a???1???|?ï¿ a???1?ï¿ a???Â°???Â¤?????ï¿ a???Â°???Â¨???Â§?ï¿ a??a?ï¿ */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*???|???Â·???????ï¿¥?â€¦?????????Â¤?????ï¿ a???1???|?ï¿ a???1?ï¿ a???Â°???Â¤?????ï¿ a???Â°???Â¨???Â§?ï¿ a??a?ï¿ ???ï¿¥?ï¿ a???o???????|?????ï¿ a????*/
    background: url("../images/list.png") no-repeat 86% center;
    background-color: #fff;
}

.banner-search span {
    display: inline-block;
    margin-top: 12px;
    width: 1px;
    height: 24px;
    background-color: #eeeeee;
    float: left;
}

.offers.section {
    padding: 80px 0 60px;
}

    .offers.section .ofon-header {
        text-align: center;
    }

        .offers.section .ofon-header .ny-tit {
            font-size: 30px;
            color: #444;
        }

        .offers.section .ofon-header p {
            font-size: 16px;
            color: #666;
            margin-top: 11px;
        }

    .offers.section .ofon-ul {
    }

        .offers.section .ofon-ul li {
            margin-bottom: 20px;
        }

    .offers.section .ofon-item {
        box-shadow: 0 0 12px rgba(0,0,0,0.10);
        overflow: hidden;
    }

    .offers.section .ofon-ul li.active .ofon-font {
        box-shadow: 0 0 12px rgba(0,0,0,0.10);
    }

    .offers.section .ofon-ul li.active .ofon-left h4 {
        color: #cc0200;
    }

    .offers.section .ofon-font {
        padding: 29px 0 29px;
    }

    .offers.section .ofon-left {
        float: left;
        width: 100%;
        text-align: center;
    }

        .offers.section .ofon-left h4 {
            color: #0d141c;
            /* margin-bottom: 12px; */
        }

        .offers.section .ofon-left .row {
            margin: 0 -15px;
        }

            .offers.section .ofon-left .row span {
                padding: 0 14px;
                color: #666;
                border-right: 1px solid #dcdcdc;
                font-size: 16px;
            }

                .offers.section .ofon-left .row span:last-child {
                    border-right: none;
                }

    .offers.section .ofon-right {
        position: absolute;
        right: 50px;
    }

    .offers.section .off-btn {
        width: 24px;
        height: 24px;
        border: 1px solid #cc0200;
        border-radius: 50%;
        position: relative;
        transition: all 1s;
        background: url(../images/add3.png)no-repeat center;
    }

        .offers.section .off-btn::before,
        .offers.section .off-btn::after {
            transition: all 0.5s;
            content: "";
            display: block;
            width: 13px;
            height: 1px;
            /* background-color: #cc0200; */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .offers.section .ofon-btn {
        margin-top: -24px;
        padding: 10px 0;
    }



    .offers.section .off-btn::before {
        transform: translate(-50%,-50%) rotateZ(90deg);
    }

    .offers.section .ofon-ul li.active .off-btn::after {
        transform: translate(-50%,-50%) rotateZ(-90deg);
        opacity: 0;
    }

    .offers.section .ofon-ul li.active .off-btn::before {
        transform: translate(-50%,-50%) rotateZ(0deg); /* background-color: #124a96; */
    }

    .offers.section .ofon-ul li.active .off-btn {
        background: url(../images/add4.png)no-repeat center;
        transform: rotateZ(-180deg);
    }


    .offers.section .ofon-drop {
        transition: all 0.5s;
        max-height: 0;
        opacity: 0;
        padding: 0 80px;
        overflow: hidden;
    }
        /* max-height: 0px;overflow: hidden;transition: all 0.5s;opacity: 0;height: auto; */
        .offers.section .ofon-drop .row p {
            color: #0d141c;
            line-height: 28px;
            margin-bottom: 4px;
            font-weight: 200;
        }

        .offers.section .ofon-drop .colorO.h3-size20 {
            margin-bottom: 6px;
        }

        .offers.section .ofon-drop .row h4 {
            color: #444;
            margin-bottom: 11px;
            font-size: 16px;
        }

        .offers.section .ofon-drop .row {
            margin-bottom: 34px;
        }

        .offers.section .ofon-drop .ofon-one li {
            float: left;
            width: 25%;
            margin-bottom: 7px;
        }

            .offers.section .ofon-drop .ofon-one li p {
                font-size: 16px;
                color: #0d141c;
                line-height: 28px;
                letter-spacing: 1px;
            }

    .offers.section .ofon-ul li.active .ofon-drop {
        max-height: 1200px;
        opacity: 1;
        padding: 33px 80px 1px;
    }

    .offers.section .ofon-one {
        padding-bottom: 26px;
        border-bottom: 1px solid #eee;
        margin-bottom: 35px;
    }

    .offers.section .ofon-btn span {
        font-size: 16px;
        margin-left: 12px;
    }

    .offers.section .row:last-child p a {
        color: #cc0200;
    }


/* contact */
.cont-one {
    padding: 77px 0 80px;
}

    .cont-one p.p-size16 {
        color: #666;
        margin: 42px 0 17px;
    }

.yzm-box {
    margin-top: 20px;
}

#yzm {
    background-color: #fff;
    line-height: 50px;
    padding-left: 20px;
    height: 50px;
}

#random {
    font-size: 24px;
    font-style: italic;
    text-align: center;
    vertical-align: bottom;
    width: 11%;
    margin: 0 24px;
    background-color: #fff;
    line-height: 50px;
    height: 50px;
}

.yzm-box a {
    color: #666666;
    display: inline-block;
    font-size: 16px;
}

.form-btn {
    text-align: center;
    margin-top: 50px;
}

    .form-btn input {
        display: inline-block;
        transition: all 0.5s;
        width: 160px;
        height: 50px;
        line-height: 50px;
        color: #cc0200;
        border: 1px solid #cc0200;
        background-color: #fff;
        font-size: 16px;
        margin: 0 4px;
    }

        .form-btn input:hover {
            background-color: #cc0200;
            color: #fff;
        }

.cont-two {
}

    .cont-two li {
        text-align: center;
        width: 33%;
        float: left;
        border: 1px solid #eee;
        height: 240px;
        padding: 59px 0 0;
    }

    .cont-two li {
        margin-left: -1px;
    }

        .cont-two li:hover p {
            color: #cc0200;
        }

        .cont-two li:hover img {
            transform: translateY(-8px);
        }

    .cont-two img {
        transition: all 0.5s;
    }

    .cont-two p {
        line-height: 28px;
        color: #0d141c;
        margin-top: 25px;
        padding: 0 10px;
    }

        .cont-two p.h3-size22 {
            font-family: 'DIN';
            margin-top: 24px;
        }

    .cont-two li:last-child img {
        box-shadow: 0 0 12px rgba(0,0,0,0.10);
    }

    .cont-two li:last-child p {
        margin-top: 13px;
    }

.cont-three img {
    width: 100%;
}

/* down */
.banner-search {
    border: 1px solid #cc0200;
    display: inline-block;
    margin-top: 15px;
    background-color: #fff;
}

    .banner-search .butt {
        width: 99px;
        height: 48px;
        background-color: #cc0200;
        color: #fff;
        font-size: 18px;
        float: left;
    }

    .banner-search .search {
        width: 500px;
        height: 48px;
        float: left;
        background-color: #fff;
        padding-left: 19px;
        font-size: 16px;
    }

.down.banner .ny-title {
    text-align: center;
}

.down-a a {
    color: white;
    margin-right: 25px;
}

    .down-a a:hover {
        color: #cc0200;
    }

.down-a {
    width: 40.1%;
    margin: auto;
    text-align: left;
    margin-top: 2px;
}

.down .ban-nav .com-ul li:last-child a {
    margin: 0;
}

.down .ban-nav .com-ul li a {
    margin: 0 45px 0 0;
    color: #0d141c;
}



.down .nav-header .swiper-slide {
    width: auto;
    height: 80px;
    line-height: 80px;
    position: relative;
    padding: 0;
}

    .down .nav-header .swiper-slide em,
    .down .ban-nav em {
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url(../images/down-icon1.png)center;
        vertical-align: middle;
        margin-top: -5px;
        margin-right: 2px;
    }

.down .ban-nav.left {
    overflow-x: auto;
    text-align: left;
}



/* down */
.down-wrap {
}

.down-header {
    margin: 71px 0 57px;
}

.down-table {
    text-align: left;
}

    .down-table tr {
        border-bottom: 1px solid #e5e5e5;
    }

    .down-table th {
        color: #fff;
        background-color: #cc0200;
        font-weight: 400;
        padding: 10px 0;
        font-size: 16px;
        border-top: 1px solid #cc0200;
        border-bottom: 1px solid #cc0200;
    }

        .down-table th:first-child {
            padding-left: 30px; /* width: 69.8%; */ /* border-bottom: 1px solid #e5e5e5; */
        }

        .down-table th:last-child {
            width: 10.8%;
        }

    .down-table td:first-child {
        padding: 20px 0 23px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .down-table td {
        color: #666;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 200;
    }

    .down-table .dott2 {
        width: 10px;
        height: 10px;
        margin-top: 7px;
    }

    .down-table td:last-child {
        padding: 10px 11px 10px 0;
    }

    .down-table tr:hover a,
    .down-table tr:hover td,
    .down-table tr:hover p {
        color: #cc0200;
    }

    .down-table tr:hover .down-icon {
        border: 1px solid #cc0200;
        background: url(../images/down-icon5.png)no-repeat center;
        background-size: 9px;
    }

    .down-table tr:hover em {
        background: url(../images/down-icon3.png);
    }

    .down-table td a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/down.png)no-repeat left;
    }

    .down-table tr:hover a {
        background: url(../images/down1.png)no-repeat left;
    }

.down-page {
    margin: 60px 0 80px;
}

.down-table td {
    background-color: #fff;
}

    .down-table td em {
        width: 14px;
        height: 14px;
        display: inline-block;
        background: url(../images/down-icon2.png);
        vertical-align: middle;
        margin-right: 10px;
    }

    .down-table td p {
        display: inline-block;
        color: #666;
        vertical-align: middle;
        font-weight: 400;
        width: calc(100% - 30px);
    }

    .down-table td a .down-icon {
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #9c9c9c;
        background: url(../images/down-icon4.png)no-repeat center;
        margin-left: 10px;
        background-size: 9px;
    }

    .down-table td a {
        color: #666;
    }

        .down-table td a span {
            vertical-align: middle;
        }

.down-page {
    margin: 80px 0;
}



@media(max-width: 1679px) {
    .abou-six .info-wrap h4 {
        font-size: 60px;
    }
}

@media(max-width: 1459px) {
    .serv-one {
        padding: 60px 0 40px;
    }

    .down-page {
        margin: 60px 0;
    }

    .serv-two .ny-wrap {
        height: 200px;
    }

    .serv-two h4 {
        font-size: 26px;
    }

    .serv-two p {
        margin-top: 12px;
    }

        .serv-two p.tit-size40 {
            font-size: 30px;
        }

    .down .ban-nav .com-ul {
        width: 112%;
    }

    .down-table tr:hover .down-icon {
        background-size: 8px;
    }

    .down-table td a .down-icon {
        width: 22px;
        height: 22px;
        background-size: 8px;
    }

    .offers.section {
        padding: 60px 0 40px;
    }

    .cont-one {
        padding: 60px 0;
    }

        .cont-one p.p-size16 {
            margin: 35px 0 18px;
        }

    .form-btn {
        margin-top: 40px;
    }

    .cont-two li {
        height: 220px;
        padding: 46px 0 0;
    }

    .coll-one .ny-header {
        margin: 60px 0 40px;
    }

    .coll-one .ny-right {
        padding: 58px 42px 50px;
        margin-top: 88px;
    }

    .coll-two {
        padding: 60px 0;
    }

        .coll-two .swxt-font {
            height: 160px;
        }

        .coll-two .ny-wrap {
            margin-top: 35px;
        }

    .abou-one {
        padding-bottom: 34px;
    }

        .abou-one .ny-wrap {
            margin-top: 35px;
            padding: 0 80px;
        }

            .abou-one .ny-wrap p {
                margin-bottom: 20px;
            }

    .abou-two .ny-wrap {
        margin-top: 25px;
    }

    .abou-two li {
        margin-bottom: 20px;
    }

    .abou-two p {
        vertical-align: middle;
    }

    .abou-four:hover .wave,
    .wave {
        width: 520px;
        height: 520px;
    }

    .abou-four .ny-left img {
        top: 45px;
        left: 2px;
    }

    .abou-four .row2 img {
        width: 140px;
    }

    .abou-four .ny-right .row1 {
        margin-bottom: 30px;
    }

    .abou-four .ny-right {
        padding-top: 90px;
    }

    .abou-six {
        padding-top: 60px;
    }

    .abou-seven li img {
        height: 42px;
    }

    .abou-seven li {
        padding: 0 36px;
    }

    .abou-six .info-wrap h4 {
        font-size: 52px;
    }
}

@media(max-width: 1259px) {
    .serv-two h4 {
        font-size: 24px;
    }

    .serv-one {
        padding: 50px 0 30px;
    }

    .down-page {
        margin: 50px 0;
    }

    .serv-one .swxt-font {
        margin-top: 20px;
    }

    .serv-one li .com-swxt {
        padding: 45px 0;
    }


    .serv-two p.tit-size40 {
        font-size: 28px;
        margin-top: 4px;
    }

    .serv-two p {
        padding: 0 20px;
    }

    .serv-two:hover p {
        max-height: 80px;
    }

    .down .ban-nav .com-ul {
        width: 140%;
    }

    .down-table th:last-child {
        width: 12.8%;
    }

    .offers.section {
        padding: 50px 0 30px;
    }

        .offers.section .ofon-ul li.active .ofon-drop {
            padding: 33px 60px 1px;
        }

        .offers.section .ofon-ul li .ofon-drop {
            padding: 0 60px;
        }

        .offers.section .ofon-font {
            padding: 24px 0;
        }

        .offers.section .ofon-one {
            padding-bottom: 18px;
            margin-bottom: 28px;
        }

        .offers.section .ofon-drop .row {
            margin-bottom: 25px;
        }

    .cont-one {
        padding: 50px 0;
    }

    .cont-two .p-style {
        display: inline;
    }

    .cont-two li {
        height: 200px;
        padding: 32px 0 0;
    }

    .cont-two p {
        margin-top: 15px;
    }

    #random {
        width: 16%;
    }

    .coll-one .ny-right h4 {
        margin-bottom: 18px;
    }

    .coll-one .ny-right {
        padding: 42px 30px;
        margin-top: 64px;
    }

    .coll-one .ny-header {
        margin: 50px 0 35px;
    }

    .coll-two {
        padding: 50px 0;
    }

        .coll-two .swxt-font p {
            line-height: 24px;
        }

        .coll-two .swxt-font {
            height: 140px;
            padding: 35px 0 71px;
        }

        .coll-two .ny-wrap {
            margin-top: 30px;
        }

    .abou-one {
        padding-bottom: 24px;
    }

        .abou-one .ny-wrap {
            padding: 0 60px;
        }

    .abou-two img {
        width: 38px;
        height: 38px;
    }

    .anchor {
        display: none !important;
    }

    .abou-four:hover .wave,
    .wave {
        width: 420px;
        height: 420px;
    }

    .abou-four .ny-left img {
        top: 38px;
        left: 2px;
    }

    .abou-four .ny-right .row1 li {
        margin-bottom: 14px;
    }

    .abou-four .row2 img {
        width: 120px;
    }

    .abou-four .ny-right h4 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .abou-four .ny-right {
        padding-top: 45px;
    }

    .abou-six {
        padding-top: 50px;
    }

    .abou-seven li img {
        height: 38px;
    }

    .abou-seven li {
        padding: 0 26px;
    }

    .abou-six .info-wrap h4 {
        font-size: 48px;
    }

    .abou-eight .ny-wrap {
        padding: 0 50px;
    }
}

@media(max-width: 991px) {
    .serv-two h4 {
        font-size: 22px;
    }

    .serv-one li .com-swxt {
        padding: 30px 0;
    }


    .serv-two p.tit-size40 {
        font-size: 24px;
        margin-top: 4px;
    }

    .serv-two .ny-wrap {
        height: 170px;
    }

    .down .ban-nav .com-ul {
        width: 178%;
    }

    .down-table th:last-child {
        width: 15.8%;
    }

    .down-table th:first-child {
        padding-left: 20px;
    }

    .down-table td:first-child {
        padding: 16px 20px;
    }

    .down-table th {
        padding: 8px 0;
    }

    .offers.section .ofon-drop .ofon-one li {
        width: 33.33%;
    }

    .offers.section .ofon-ul li.active .ofon-drop {
        padding: 30px 30px 1px;
    }

    .offers.section .ofon-ul li .ofon-drop {
        padding: 0 30px;
    }

    .cont-two p {
        line-height: 24px;
    }

    .cont-two li {
        height: 180px;
        padding: 26px 0 0;
    }

    .coll-one .ny-right p {
        line-height: 24px;
    }

    .coll-one .ny-right {
        padding: 30px 20px;
        margin-top: 32px;
    }

    .coll-two .swxt-font p .p-style {
        display: inline;
    }

    .abou-one .ny-wrap {
        padding: 0px;
    }

        .abou-one .ny-wrap p {
            margin-bottom: 10px;
            line-height: 26px;
        }

    .abou-one {
        padding-bottom: 34px;
    }

    .abou-two h4 {
        margin: 0 12px 0 15px;
    }

    .abou-four:hover .wave,
    .wave {
        width: 310px;
        height: 310px;
    }

    .abou-four .ny-left img {
        top: 29px;
        left: 2px;
    }

    .abou-four .ny-right {
        padding-top: 22px;
        width: 50.857%;
    }

        .abou-four .ny-right .row1 li:last-child {
            width: 50%;
        }

    .abou-four .row2 li {
        margin-bottom: 8px;
    }

    .abou-four .ny-right h4 {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .abou-four .ny-right .row1 {
        margin-bottom: 14px;
    }

    .abou-four .row2 img {
        width: 110px;
    }

    .abou-five .info-wrap2 {
        padding: 22px 0 0;
    }

    .abou-six .info-wrap h4 {
        font-size: 42px;
    }

    .abou-seven li img {
        height: 34px;
    }

    .abou-seven li {
        padding: 0 16px;
    }

    .abou-seven ul {
        margin: 0 -20px;
    }
}

@media(max-width: 767px) {
    .serv-one {
        padding: 45px 0 25px;
    }

    .down-page {
        margin: 45px 0;
    }

    .down-table td:nth-child(2),
    .down-table td:nth-child(3),
    .down-table th:nth-child(2),
    .down-table th:nth-child(3) {
        display: none;
    }

    .down-table td a .down-icon {
        width: 20px;
        height: 20px;
        background-size: 8px;
    }

    .down-table th:last-child {
        width: 25.8%;
    }

    .offers.section {
        padding: 45px 0 25px;
    }

    .cont-one {
        padding: 45px 0;
    }

    .coll-one .ny-header {
        margin: 45px 0 30px;
    }

    .coll-one .ny-right {
        margin-top: 1px;
    }

    .coll-two {
        padding: 45px 0;
    }

        .coll-two .swxt-font {
            height: 160px;
        }

    .coll-swiper .swiper-container {
        padding: 35px 0;
        margin-bottom: 25px;
    }

    .coll-swiper {
        display: block;
        margin: auto;
    }

        .coll-swiper img {
            width: 100%;
        }

    .coll-three .ny-wrap {
        display: none;
    }

    .swiper-pagination-bullet-active {
        background-color: #cc0200 !important;
    }

    .coll-swiper .swiper-button-next, .coll-swiper .swiper-button-prev {
        display: none !important;
    }

    .abou-one .ny-wrap {
        margin-top: 22px;
    }

    .abou-one {
        padding-bottom: 24px;
    }

    .abou-two li {
        text-align: center;
    }

    .abou-two p {
        width: 100%;
        margin-top: 10px;
    }

    .abou-three .ny-header {
        margin-bottom: 35px;
    }

    .abou-four .ny-right {
        width: 100%;
    }

    .abou-four .ny-left {
        width: 100%;
    }

    .abou-four:hover .wave,
    .wave {
        width: 350px;
        height: 350px;
    }

    .abou-four .ny-left img {
        top: 32px;
        left: 2px;
    }

    .abou-four .ny-right {
        margin-bottom: 45px;
    }

        .abou-four .ny-right h4 {
            text-align: center;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

    .abou-four .row2 ul {
        float: right;
        margin: 0 20px;
    }

    .abou-four .row2 img {
        margin: 0 20px;
    }

    .abou-five .info-wrap2 {
        padding: 10px 0 0;
    }

    .abou-five.pb80 {
        padding-bottom: 35px;
    }

    .abou-six {
        padding-top: 45px;
    }

    .abou-seven li {
        padding: 0;
        width: 20%;
        text-align: center;
        margin-bottom: 20px;
    }

    .abou-seven ul {
        margin: 0;
    }

    .abou-six .info-wrap h4 {
        font-size: 22px;
    }

        .abou-six .info-wrap h4 span {
            font-size: 26px;
        }

    .abou-seven li img {
        height: 26px;
    }

    .abou-eight .swiper-button-next,
    .abou-eight .swiper-button-prev {
        display: block;
        font-size: 16px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        background-color: #cc0200;
        color: #fff;
    }

    .abou-eight .ny-wrap {
        padding: 0 80px;
    }

    .abou-seven {
        margin: 36px 0 18px;
    }
}

@media(max-width: 639px) {

    .serv-two p.tit-size40 {
        font-size: 22px;
        margin-top: 4px;
    }

    .serv-two .ny-wrap {
        height: 200px;
    }

    .serv-two p {
        max-height: 80px;
    }

    .offers.section .ofon-ul li.active .ofon-drop {
        padding: 20px 20px 1px;
    }

    .offers.section .ofon-ul li .ofon-drop {
        padding: 0 20px;
    }

    .offers.section .ofon-drop .ofon-one li {
        width: 100%;
        margin-bottom: 0;
    }

    .offers.section .off-btn {
        width: 20px;
        height: 20px;
        background-size: 16px;
    }

    .offers.section .ofon-right {
        right: 20px;
    }

    .offers.section .ofon-left h4 {
        font-size: 16px;
        padding-right: 50px;
    }

    .form-ul li {
        width: 100%;
    }

    .com-form textarea {
        height: 150px;
    }

    .form-btn input {
        width: 130px;
        height: 45px;
        line-height: 45px;
    }

    .cont-one p.p-size16 {
        margin: 28px 0 18px;
    }

    #random {
        width: 208px;
        margin: 20px 0 0;
    }

    .cont-two li {
        height: auto;
        width: 50%;
        margin-bottom: 20px;
        padding: 0;
        border: none;
    }

    .cont-two.pb80 {
        padding-bottom: 25px;
    }

    .coll-one .ny-right {
        width: 100%;
        margin: 0;
    }

    .coll-one .ny-left {
        width: 100%;
        margin: 0;
    }

    .coll-two li {
        width: 100%;
        margin-bottom: 20px;
    }

    .coll-two .swxt-font {
        height: auto;
        padding: 35px 0 25px;
    }

    .coll-two {
        padding: 45px 0 25px;
    }


    .serv-two h4 {
        font-size: 20px;
    }

    .serv-two:hover,
    .serv-two {
        background-size: auto 100% !important;
    }
}

@media(max-width: 321px) {
    .serv-one li .com-swxt {
        height: 142px;
        padding: 27px 5px;
    }

    .down-table th:last-child {
        width: 33.8%;
    }
}


@media(max-width: 1679px) {
}

@media(max-width: 1459px) {
    .pt77 {
        padding-top: 60px;
    }

    .coll-three .coll-font .coll-ul11 {
        top: 6.2%;
        left: 40.5%;
    }

    .coll-three .coll-font .coll-ul77 {
        top: 6.8%;
        right: 39.7%;
    }

    .coll-three .coll-font .coll-ul22 {
        top: 30%;
        left: 28.2%;
    }

    .coll-three .coll-font .coll-ul66 {
        top: 31.4%;
        right: 28.2%;
    }

    .coll-three .coll-font .coll-ul33 {
        bottom: 39%;
        left: 32.4%;
    }

    .coll-three .coll-font .coll-ul55 {
        bottom: 38.5%;
        right: 32.8%;
    }

    .coll-three .coll-font .coll-ul44 {
        bottom: 25.8%;
        left: 49%;
    }

    .coll-three .coll-font em span {
        width: 32px;
        height: 32px;
        font-size: 22px;
    }

    .coll-three .coll-font em {
        margin-bottom: 12px;
    }
}

@media(max-width: 1259px) {
    .pt77 {
        padding-top: 50px;
    }

    .coll-three .ny-wrap {
        padding-bottom: 140px;
        padding-top: 5px;
        margin-top: 30px;
    }

    .coll-three .coll-font em span {
        width: 28px;
        height: 28px;
        line-height: 26px;
        font-size: 18px;
    }

    .coll-three .coll-font .coll-ul1 {
        left: 20.7%;
    }

    .coll-three .coll-font .coll-ul4 {
        left: 41%;
    }
}

@media(max-width: 991px) {
    .coll-three .ny-wrap {
        padding-bottom: 111px;
        padding-top: 6px;
        margin-top: 25px;
    }

    .coll-three .coll-font li h4 {
        font-size: 16px;
    }

    .coll-three .coll-font .coll-ul1 {
        left: 18.7%;
    }
}

@media(max-width: 767px) {
    .pt77 {
        padding-top: 45px;
    }

    .lb-nav a.lb-prev {
        left: -20% !important;
    }

    .lb-nav a.lb-next {
        right: -20% !important;
    }
}

@media(max-width: 639px) {
}

@media(max-width: 321px) {
}

/* ===============??????aâ‚¬????Â¨???ï¿¥??aâ‚¬??ï¿ a???????ï¿¥?ï¿ a?????ï¿ a???|???????????Î¼================ */

.core {
    height: 25px;
    overflow: hidden;
}


/* ==============anchor============= */
.anchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 15px 0; */
    z-index: 490;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    text-align: center;
    display: none;
}

    .anchor li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }



        .anchor li a {
            display: block;
            padding: 0 26px;
            font-size: 16px;
            line-height: 70px;
            text-align: center;
            color: #0d141c;
            transition: all .3s;
            position: relative;
        }

    .anchor.listAnchor li:first-child a {
        font-size: 18px;
    }

.down .ban-nav .com-ul li a::after {
    display: none;
}


.ban-nav .com-ul li a::after,
.anchor li a::after {
    transition: all 0.5s;
    z-index: 99;
    content: "";
    display: block;
    background-color: #cc0200;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    transform: translate(-50%,50%);
}

.anchor li.on a::after,
.ban-nav .com-ul li:hover a::after,
.anchor li:hover a::after {
    width: 8px;
    height: 8px;
}



.anchor li.on a {
    color: #cc0200;
}

.anchor li a:hover {
    color: #cc0200;
}

.anchor-img {
    position: absolute;
    top: 12px;
    left: 60px;
}


/*?????Ë‰???????????*/
.qqkefu {
    position: fixed;
    top: 50%;
    /* _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365)); */
    z-index: 20;
    right: 0;
    width: 78px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

    .qqkefu ul li {
        width: 78px;
        height: 78px;
        margin-bottom: 1px;
        float: right;
        background: #fff;
        line-height: 78px;
        font-size: 14px;
        cursor: pointer;
        position: relative;
    }

        .qqkefu ul li:hover {
            background: #cc0200;
        }

        .qqkefu ul li a {
            color: #fff;
            overflow: hidden;
            display: block;
            height: 78px;
            padding-left: 10px;
        }

        .qqkefu ul li:hover em {
            color: #fff;
        }

        .qqkefu ul li em {
            position: absolute;
            bottom: 0;
            right: 0;
            color: #0D141C;
            display: inline-block;
            line-height: 28px;
            width: 78px;
            text-align: center;
            font-size: 14px;
            font-style: normal;
        }

        .qqkefu ul li span {
            display: block;
            line-height: 24px;
            font-weight: 200;
            margin-top: 15px;
        }

            .qqkefu ul li span.kefuqq {
                font-size: 18px;
                font-family: 'DINPro';
                margin-top: 0;
            }


        .qqkefu ul li.qq_cza {
            overflow: hidden
        }

        .qqkefu ul li:hover {
            background: #cc0200;
        }

        .qqkefu ul li.top {
            background: url("../images/back2.png") no-repeat center #fff;
            position: relative;
            width: 78px;
            height: 78px;
            cursor: pointer;
        }

    .qqkefu li:hover.top {
        background: url("../images/back.png") no-repeat center #cc0200;
    }

    .qqkefu ul li b {
        width: 78px;
        height: 78px;
        display: block;
        overflow: hidden;
        float: right;
    }

    .qqkefu ul li span {
        font-size: 14px;
        color: #FFF;
    }

    .qqkefu ul li b.a {
        background: url(../images/ke2.png) no-repeat center 15px;
        background-size: 35px;
    }

    .qqkefu ul li b.b {
        background: url(../images/ke1.png) no-repeat center 15px;
        background-size: 35px;
    }

    .qqkefu ul li b.c {
        background: url(../images/ke3.png) no-repeat center 15px;
        background-size: 35px;
    }

    .qqkefu li:hover b.a {
        background: url(../images/ke22.png) no-repeat center 15px;
        background-size: 35px;
    }

    .qqkefu li:hover b.b {
        background: url(../images/ke11.png) no-repeat center 15px;
        background-size: 35px;
    }

    .qqkefu li:hover b.c {
        background: url(../images/ke33.png) no-repeat center 15px;
        background-size: 35px;
    }


    .qqkefu ul li.qq_czae {
        line-height: 15px !important
    }

.erweima {
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display: none;
    /*overflow: hidden;*/
}

    .erweima p {
        line-height: 20px;
        color: #000;
        font-size: 12px;
        text-align: center;
        float: left;
        width: 130px;
    }

        .erweima p img {
            width: 110px;
            height: 110px;
            margin: 10px 10px 0px 10px;
        }

    .erweima .arrow3 {
        width: 12px;
        height: 10px;
        display: block;
        background: url(../images/kefu_10.png) no-repeat;
        position: absolute;
        right: -11px;
        top: 122px;
    }

/*app-?????Ë‰???????????*/

.kffixed {
    position: fixed;
    bottom: 2px;
    z-index: 2000;
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: none;
}

.kufuul {
    text-align: center;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0 2px;
}

    .kefu li {
        width: 50%;
        float: left;
        height: 49px;
        text-align: center;
        color: #fff;
        line-height: 49px;
        color: #fff;
        transition: all .4s;
        padding: 0 1px;
    }

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: #cc0200;
}

    .kf-zx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    background: rgba(0, 0, 0, 0.6);
    display: block;
}

    .teldb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    color: white;
}

@media (max-width: 992px) {
    .qqkefu {
        display: none !important;
    }

    .kffixed {
        display: block;
    }
}


.kffixed {
    display: none;
}

.kffixed {
    position: fixed;
    bottom: 0;
    /* left: 16%; */
    z-index: 2000;
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: none;
}

.kufuul {
    text-align: center;
    padding: 2px 0;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0;
}

    .kefu li {
        float: left;
        height: 45px;
        text-align: center;
        color: #fff;
        line-height: 45px;
        color: #fff;
        transition: all .4s;
    }

.kfzx-tigg {
    width: 48%;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    opacity: 1;
    transition: 1s opacity;
}

.kfzx-enter {
    opacity: 0
}

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: rgba(204, 32, 0, 0.7);
}

    .kf-zx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    width: 49.5%;
    background: rgba(0,0,0,0.6);
    /*background: url(/mobile/mobilectm/images/teldb.png) no-repeat center rgba(0,0,0,0.6);*/
    background-size: contain;
    margin: 0 1px;
    position: relative;
    /*background-size: 28px;*/
}

    .teldb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .teldb a {
        color: white;
    }

@media (max-width:991px) {
    .kf {
        display: none;
    }

    .kffixed {
        display: block;
    }
}

.caselist {
    margin: 60px 0px 30px;
}

.dwon .dwon-on span {
    color: #cc0200;
}

.dwon li:hover span {
    color: #cc0200;
}






.case-one img {
    height: 252px;
}

@media (max-width:1459px) {
    .case-one img {
        height: 215px;
    }
}

@media (max-width:1259px) {
    .case-one img {
        height: 170px;
    }
}

@media (max-width:991px) {
    .case-one img {
        height: 129px;
    }
}

@media (max-width:767px) {
    .case-one img {
        height: 108px;
    }
}

@media (max-width:639px) {
    .case-one img {
        height: auto;
    }
}

.caseinfo-one-01 {
    padding-top: 0px;
}


.case .ny-wrap li {
    float: none;
    display: inline-block;
    width: 33.1%;
    vertical-align: top;
}

@media (max-width:991px) {
    .case .ny-wrap li {
        width: 33%
    }
}

@media (max-width:767px) {
    .case .ny-wrap li {
        width: 32.9%
    }

    .caselist {
        margin: 30px 0px 30px;
    }
}

@media (max-width:639px) {
    .case .ny-wrap li {
        width: 100%
    }
}




#since .box .date {
    font-family: 'DIN' !important;
}




/* ================================= */

/* partner */
.partner {
}

    .partner .cont-one {
        padding: 80px 0;
    }

    .partner .com-form {
        width: 650px;
        margin: auto;
    }

    .partner .form-ul li {
        width: 100%;
    }

    .partner .bselect {
        width: 80.4%;
        padding: 0;
        line-height: 46px;
        height: 46px;
        color: #666;
        font-size: 18px;
        background: url(../images/list.png) no-repeat 100% center;
        background-size: 18px;
    }

    .partner .form-ul-item {
        line-height: 46px;
        font-size: 18px;
        color: #666;
    }

    .partner .form-ul input {
        font-size: 18px;
        width: 80%;
    }


    .partner .com-form textarea {
        font-size: 18px;
        padding-top: 9px;
        height: 200px;
    }

    .partner #yzm {
        font-size: 16px;
    }


@media (max-width:1459px) {
    .partner .bselect {
        width: 83%;
    }

    .partner .form-ul input {
        width: 83%;
    }

    .partner .cont-one {
        padding: 60px 0;
    }

    .partner .bselect,
    .partner .form-ul-item,
    .partner .form-ul input,
    .partner .com-form textarea {
        font-size: 16px;
    }
}

@media (max-width:1259px) {
    .partner .cont-one {
        padding: 50px 0;
    }

    .partner .bselect {
        width: 80%;
    }

    .partner .form-ul input {
        width: 80%;
    }

    .partner .form-ul label {
        font-size: 18px;
    }

    .partner .com-form textarea {
        font-size: 18px;
        height: 180px;
    }
}

@media (max-width:991px) {
    .partner .cont-one {
        padding: 50px 0px;
    }
}

@media (max-width:767px) {
    .partner .com-form {
        width: 100%;
    }

    .com-form {
        width: 100%;
    }

    .partner .form-ul label {
        font-size: 16px;
    }

    .partner .com-form textarea {
        font-size: 16px;
        height: 180px;
        padding-left: 14px;
        padding-top: 4px;
    }

    .partner .bselect {
        width: 73%;
    }

    .partner .form-ul input {
        width: 71%;
    }

    .partner .form-ul-item {
        padding-left: 14px;
        line-height: 50px;
    }

    .partner .bselect {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        background-size: 12px;
    }
}

@media (max-width:400px) {
    .partner .bselect {
        width: 65%;
    }
}

/* ifos */
.ifos .ny-tit {
    color: #969696;
}

.ifos-one {
    padding: 76px 0 80px;
}

    .ifos-one .ny-dec {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        padding: 0 100px;
        text-align: left;
        margin: 38px 0 42px;
    }

    .ifos-one .ny-wrap {
        text-align: center;
    }

    .ifos-one .com-play-box {
        display: inline-block;
        position: relative;
        width: 57%;
        cursor: pointer;
        overflow: hidden;
    }

        .ifos-one .com-play-box img {
            width: 100%;
            transition: all 1s;
        }

        .ifos-one .com-play-box:hover .com-play::after {
            transform: rotateZ(360deg);
        }

        .ifos-one .com-play-box:hover img {
            transform: scale(1.05);
        }

.ifos-two {
    padding: 68px 0 0;
}

.ifos-two {
}

    .ifos-two h4 {
        margin: 9px 0 12px;
        transition: all 0.5s;
    }

    .ifos-two p {
        color: #666;
        line-height: 28px;
    }

    .ifos-two .ny-img {
        float: left;
    }

    .ifos-two .ny-text {
        float: left;
        width: 92%;
        padding-left: 20px;
    }

    .ifos-two .ny-wrap {
        margin-top: 46px;
        border-top: 1px solid #e5e5e5;
    }

    .ifos-two ul {
        font-size: 0;
    }

    .ifos-two li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid #e5e5e5;
    }

        .ifos-two li .ny-item:hover h4 {
            color: #cc0200;
        }

        .ifos-two li .ny-left {
            border-right: 1px solid #e5e5e5;
            width: 50%;
            position: relative;
            z-index: 33;
        }

        .ifos-two li .ny-right {
            width: 50%;
        }

        .ifos-two li .ny-item {
            padding: 37px 55px 0;
            height: 180px;
        }

            .ifos-two li .ny-item img {
                transition: all 0.5s;
            }

.ifos-five .ny-tit {
    margin: 77px 0 46px;
}

.ifos-five .serv-two a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 14px 48px;
    background-color: #cc0200;
    margin-top: 46px;
}

.ifos-five .serv-two .serv-font div {
    max-height: 0px;
    overflow: hidden;
    transition: all 3.5s;
}

.ifos-five .serv-two .serv-font p {
    max-height: 1000px;
}

.ifos-five .serv-two:hover .serv-font div {
    max-height: 1000px;
}

.ifos-three {
    padding: 77px 0 25px;
}

    .ifos-three .ny-nav a {
        position: relative;
        padding-bottom: 15px;
    }

    .ifos-three .ny-nav .com-hover::before {
        height: 4px;
    }

    .ifos-three .ny-nav {
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        margin: 40px 0;
    }

        .ifos-three .ny-nav ul {
            font-size: 0;
            display: inline-block;
        }

        .ifos-three .ny-nav li {
            display: inline-block;
            margin: 0 47px;
        }

            .ifos-three .ny-nav li.text-left .ifth-item {
                text-align: right;
            }


.ifth-one {
    padding: 0;
}

    .ifth-one .ny-item h4 {
        margin-bottom: 16px;
    }

    .ifth-one .ifth-item {
        margin: 0 9px;
    }

        .ifth-one .ifth-item a {
            color: #666;
            padding: 0 14px 0 10px;
            border-right: 1px solid #939393;
            margin-bottom: 7px;
            display: inline-block;
        }

            .ifth-one .ifth-item a:last-child {
                border-right: none;
            }

    .ifth-one .ny-item {
        padding-left: 22px;
    }

        .ifth-one .ny-item::before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #cc0200;
            margin-top: 6px;
        }

    .ifth-one li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: 100px;
        margin-bottom: 6px;
        transition: all 1s;
    }

        .ifth-one li:nth-child(1),
        .ifth-one li:nth-child(2) {
            margin-bottom: 37px;
        }

        .ifth-one li.text-left {
            text-align: right;
            float: left;
            padding-right: 21.5%;
        }

        .ifth-one li.text-right {
            float: right;
            padding-left: 21.5%;
        }

        .ifth-one li.text-left .ny-item::before {
            float: right;
            margin-left: 10px;
            vertical-align: middle;
        }

        .ifth-one li.text-right .ny-item::before {
            float: left;
            margin-right: 10px;
            vertical-align: middle;
        }

        .ifth-one li:hover {
            transform: translateY(-10px);
        }

            .ifth-one li:hover h4 {
                color: #cc0200;
            }


.ifth-two {
}

    .ifth-two p {
        color: #333;
    }

.ifth-two {
    text-align: center;
    padding: 0 0 62px;
}

    .ifth-two ul {
        font-size: 0;
        display: inline-block;
    }

    .ifth-two li {
        display: inline-block;
        margin: 0 47px;
    }

        .ifth-two li:nth-child(2) {
            margin: 0 104px 0 47px;
        }

.ifth-three {
    text-align: center;
    padding-bottom: 96px;
}

    .ifth-three ul {
        font-size: 0;
        display: inline-block;
        width: 100%;
    }

    .ifth-three li {
        display: inline-block;
        margin: 0 45px 0 16px;
        margin-bottom: 11px;
    }

.ifth-four.info-wrap2 {
    margin: 0 0 0 -2.8%;
}

    .ifth-four.info-wrap2 .com-icon li {
        width: 11.11%;
    }

.ifos-three .ny-nav li.on .com-hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform-origin: 0%;
    -webkit-transform-origin: 0%;
}


.ifos-four {
    padding: 77px 0 0;
    height: 917px;
}

    .ifos-four .iffo-wrap {
        position: relative;
    }

    .ifos-four .ny-wrap {
        left: 50%;
        top: 46px;
        position: absolute;
        transform: translateX(-118px);
        width: 100%;
        transition: all 2s;
    }

    .ifos-four .ny-left {
        text-align: center;
        font-size: 0;
    }

        .ifos-four .ny-left li {
        }

        .ifos-four .ny-left .ny-img {
            text-align: center;
            margin: 20px 0;
        }

        .ifos-four .ny-left h4 {
            color: #fff;
            background-color: #cc0200;
            padding: 22px 72px;
            display: inline-block;
        }

    .ifos-four em {
        vertical-align: middle;
        font-weight: 500;
        width: 0;
        display: inline-block;
        margin: 0;
        transition: all 0.5s;
        overflow: hidden;
    }

    .ifos-four.on em {
        margin-left: 9px;
        font-weight: 500;
        width: auto;
    }


    .ifos-four .ny-left li {
        text-align: right;
    }

.ifos-three img {
    width: 100%;
}
/* .ifos-four .ny-left li:nth-child(1) h4 {
            width: 380px;
            padding: 22px 0;
            text-align: center;
            display: block;
        } */

.ifos-four .ny-right p {
    color: #666;
    line-height: 32px;
    display: inline-block;
}

.ifos-four .ny-right {
    float: left;
    width: calc(100% - 380px);
}

    .ifos-four .ny-right li {
        height: 70px;
        margin-bottom: 100px;
        padding-left: 100px;
        border-bottom: 1px solid #cc0200;
    }

        .ifos-four .ny-right li:last-child {
            margin-bottom: 0;
        }

        .ifos-four .ny-right li:nth-child(1) p {
            margin-top: 26px;
        }

        .ifos-four .ny-right li:nth-child(2) .row {
            float: left;
            margin-right: 156px;
        }

        .ifos-four .ny-right li:nth-child(2) p {
            margin-top: -39px;
        }

        .ifos-four .ny-right li:nth-child(5) .row,
        .ifos-four .ny-right li:nth-child(3) .row {
            float: left;
            margin-right: 175px;
        }

        .ifos-four .ny-right li:nth-child(5) p,
        .ifos-four .ny-right li:nth-child(3) p {
            margin-top: -7px;
        }

        .ifos-four .ny-right li:nth-child(4) .row {
            float: left;
            margin-right: 82px;
        }

            .ifos-four .ny-right li:nth-child(4) .row:nth-child(2) {
                margin-right: 0;
            }

        .ifos-four .ny-right li:nth-child(4) p {
            margin-top: -6px;
        }

.ifos-four .ny-right {
    opacity: 0;
}

.ifos-four .ny-item {
    text-align: center;
}

.ifos-four.on .ny-right {
    opacity: 1;
}

.ifos-four.on .ny-item {
    text-align: right;
}

.ifos-four.on .ny-left .ny-img {
    width: 95%;
    float: right;
}

.ifos-four.on .ny-wrap {
    left: 0%;
    transform: translateX(0px);
}



.iffo-swiper {
    display: none;
}

@media (max-width:1679px) {
    .ifth-three {
        padding-bottom: 75px;
    }

    .ifos-three {
        padding: 77px 0 40px;
    }

    .ifos-four .ny-right li {
        height: 68px;
    }
}

@media (max-width:1459px) {
    .ifos-one {
        padding: 60px 0;
    }

        .ifos-one .ny-dec {
            padding: 0 60px;
            margin: 32px 0;
        }

    .ifos-two .ny-text {
        width: 90%;
    }

    .ifos-two li .ny-item {
        height: 162px;
    }

    .ifos-two {
        padding-top: 60px;
    }

    .ifos-three {
        padding: 60px 0 30px;
    }

        .ifos-three .ny-nav {
            margin: 32px 0;
        }

    .ifth-one li.text-left {
        padding-right: 18%;
    }

    .ifth-one li.text-right {
        padding-left: 18%;
    }

    .ifth-one li {
        height: 92px;
    }

    .ifth-two {
        padding: 0 0 40px;
    }

    .ifth-three {
        padding-bottom: 55px;
    }

        .ifth-three img {
            width: 100px;
        }

    /* .ifos-four .ny-left li:nth-child(1) h4 {
        width: 300px;
        padding: 18px 0;
    } */

    .ifos-four .ny-left h4 {
        padding: 18px 56px;
    }

    .ifos-four.on .ny-left .ny-img {
        width: 61%;
    }

    .ifos-four .ny-left .ny-img img {
        height: 45px;
    }

    .ifos-four .ny-wrap {
        transform: translateX(-93px);
    }

    .ifos-four .ny-right li {
        height: 55px;
        padding-left: 80px;
        margin-bottom: 85px;
    }

        .ifos-four .ny-right li:nth-child(1) p {
            margin-top: 20px;
        }

        .ifos-four .ny-right li:nth-child(2) .row {
            margin-right: 80px;
        }

        .ifos-four .ny-right li:nth-child(2) p {
            margin-top: -44px;
        }

        .ifos-four .ny-right li:nth-child(5) .row, .ifos-four .ny-right li:nth-child(3) .row {
            margin-right: 100px;
        }

    .ifos-four {
        height: 758px;
        padding-top: 60px;
    }

        .ifos-four .ny-right {
            width: calc(100% - 300px);
        }

    .ifos-five .serv-two a {
        margin-top: 20px;
        padding: 10px 42px;
    }

    .ifos-five .serv-two a {
        margin-top: 13px;
        padding: 6px 16px;
        font-size: 14px
    }

    .ifos-five .ny-tit {
        margin: 60px 0 45px;
    }
}

@media (max-width:1259px) {
    .ifos-one {
        padding: 50px 0;
    }

    .ifos-two {
        padding-top: 50px;
    }

        .ifos-two .ny-text {
            width: 88%;
        }

        .ifos-two li .ny-item {
            height: 138px;
            padding: 20px 20px 0;
        }

    .ifth-one li.text-left {
        padding-right: 14%;
    }

    .ifth-one li.text-right {
        padding-left: 14%;
    }

    .ifth-one .ny-item {
        padding-left: 0;
    }

    .ifos-three .ny-nav a {
        padding-bottom: 10px;
    }

    .ifth-three img {
        width: 80px;
    }

    .ifth-one .ny-item h4 {
        margin-bottom: 12px;
    }

    .ifth-one li {
        height: 88px;
        margin-bottom: 0;
    }

        .ifth-one li:nth-child(1),
        .ifth-one li:nth-child(2) {
            margin-bottom: 28px;
        }

    .ifth-four.info-wrap2 {
        padding-bottom: 30px;
    }

    .ifth-three {
        padding-bottom: 45px;
    }

    /* .ifos-four .ny-left li:nth-child(1) h4 {
        width: 260px;
        padding: 18px 0;
    } */

    .ifos-four .ny-right {
        width: calc(100% - 260px);
    }

    .ifos-four .ny-wrap {
        transform: translateX(-82px);
    }

    .ifos-four .ny-left h4 {
        padding: 18px 44px;
    }

    .ifos-four .ny-right li:nth-child(2) .row {
        margin-right: 40px;
    }

    .ifos-five .ny-tit {
        margin: 50px 0 35px;
    }

    .ifos-four .ny-wrap {
        top: 35px;
    }

    .ifos-four {
        height: 746px;
        padding-top: 50px;
    }
}

@media (max-width:991px) {
    .ifos-four .ny-wrap {
        transform: translateX(-72px);
    }

    .ifos-one .ny-dec {
        padding: 0;
        line-height: 26px;
    }

    .ifos-one .com-play-box {
        width: 76%;
    }

    .ifos-two img {
        width: 38px;
    }

    .ifos-two p {
        line-height: 26px;
    }

    .ifos-two li .ny-item {
        height: 162px;
    }

    .ifth-three img {
        width: 60px;
    }
    /* .ifos-three{background: none!important;} */
    .ifth-one li {
        width: 50%;
    }

        .ifth-one li.text-left {
            padding-right: 20px;
        }

        .ifth-one li.text-right {
            padding-left: 20px;
        }

        .ifth-one li.text-left {
            padding-right: 18%;
        }

        .ifth-one li.text-right {
            padding-left: 18%;
        }

    .ifth-item .p-style {
        display: inline;
    }

    .ifth-one .ifth-item a {
        border-right: none;
    }

    .ifth-one .ny-item {
        height: 110px;
    }

    .ifth-four.info-wrap2 {
        padding: 0;
        padding-bottom: 10px;
    }

    .ifth-four .icon-item p {
        font-size: 14px;
    }

    .ifth-four.info-wrap2 li img {
        width: 32px;
    }

    .ifth-three {
        padding-bottom: 8px;
    }

    .ifth-two {
        padding: 0 0 24px;
    }

    /* .ifos-four .ny-left li:nth-child(1) h4 {
        width: 230px;
        padding: 15px 0 16px;
        font-size: 16px;
    } */

    .ifos-four .ny-left h4 {
        padding: 15px 38px 16px;
        font-size: 16px;
    }

    .ifos-four .ny-right li {
        height: 48px;
        padding-left: 30px;
        margin-bottom: 75px;
    }

        .ifos-four .ny-right li:nth-child(1) p {
            margin-top: -2px;
            line-height: 26px;
        }

        .ifos-four .ny-right li:nth-child(2) p {
            margin-top: -142px;
        }

        .ifos-four .ny-right li:nth-child(1) {
            margin-bottom: 183px;
        }

    /* .ifos-four .ny-left li:nth-child(1) .ny-img {
        margin: 74px 0;
    } */

    .ifos-four .ny-left .ny-img img {
        height: 35px;
    }

    .ifos-four .ny-right li:nth-child(5) .row, .ifos-four .ny-right li:nth-child(3) .row {
        margin-right: 46px;
    }

    .ifos-four .ny-right li:nth-child(5) p,
    .ifos-four .ny-right li:nth-child(3) p {
        margin-top: -12px;
    }

    .ifos-four .ny-right li:nth-child(4) .row {
        float: left;
        margin-right: 62px;
    }

    .ifos-four .ny-right li:nth-child(4) p {
        margin-top: -12px;
    }

    .ifos-four {
        height: 764px;
    }
}

@media (max-width:767px) {
    .ifos-one {
        padding: 45px 0;
    }

        .ifos-one .com-play-box {
            width: 100%;
        }

    .ifos-two .ny-wrap {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ifos-two li .ny-left {
        width: 100%;
        border-right: none;
    }

    .ifos-two li .ny-right {
        width: 100%;
    }

    .ifos-two li {
        border-bottom: none;
    }

    .ifos-two .ny-wrap {
        border-top: none
    }

    .ifos-two li .ny-item {
        height: auto;
        margin-bottom: 20px;
        padding: 0;
    }

    .ifos-two {
        padding-top: 45px;
    }

    .ifos-five .ny-tit {
        margin: 45px 0 30px;
    }

    .ifos-three .ny-nav li {
        margin: 0 40px;
        margin-bottom: 20px;
    }

    .ifos-three .ny-nav ul {
        margin-bottom: -20px;
    }

    .ifth-one li.text-left,
    .ifth-one li.text-right {
        padding: 0;
        width: 100%;
        height: auto;
    }

    .ifth-one li .ny-item {
        width: 100%;
        text-align: left;
        height: auto;
    }

    .ifth-one li.text-left .ny-item::before {
        float: left;
        margin-right: 10px;
        margin-left: 0;
        margin-top: 1px;
    }

    .ifth-one li,
    .ifth-one li:nth-child(1),
    .ifth-one li:nth-child(2) {
        margin-bottom: 16px;
    }

    .ifth-two li:nth-child(2),
    .ifth-two li {
        margin: 0 10px;
    }

        .ifth-two li:hover p {
            color: #cc0200 !important;
        }

    .ifth-four.info-wrap2 .com-icon li {
        width: 33.33%;
    }

    .ifth-four.info-wrap2 li img {
        width: 36px;
    }

    .ifos-three {
        background-size: 0% !important;
    }

    .ifth-two {
        padding: 0 0 38px;
    }

    .ifth-three {
        padding-bottom: 24px;
    }

    .iffo-swiper {
        display: block;
    }

    .iffo-swiper {
        text-align: center;
        margin-top: 30px;
    }

        .iffo-swiper h4 {
            color: #fff;
            background-color: #cc0200;
            display: inline-block;
            padding: 12px 22px 13px;
            font-size: 16px;
        }

        .iffo-swiper p {
            margin: 20px 10px 0;
        }

        .iffo-swiper .com-pagination.swiper-pagination {
            bottom: 0px !important;
        }

        .iffo-swiper .swiper-container {
            padding-bottom: 32px;
        }

        .iffo-swiper .com-pagination .swiper-pagination-bullet {
            background-color: #e5e5e5;
        }

        .iffo-swiper .p-style {
            margin-bottom: 10px;
        }

        .iffo-swiper .row-2 {
            width: 50%;
            float: left;
        }

    .ifos-four .ny-wrap {
        display: none;
    }

    .ifos-four {
        height: auto;
    }

        .ifos-four em {
            margin-left: 9px;
            font-weight: 500;
            width: auto;
        }
}

/* ?????ï¿ a?????â€¦?????Â§?ï¿ a???????1 */

.plan-three.case.plan .ny-wrap li h4 {
    font-size: 18px;
    line-height: 26px;
}

.plan-three.case.plan .ny-wrap .swxt-font {
    padding: 30px 0;
    min-height: 117px;
}

#yzm {
    background-color: #fff;
    line-height: 50px;
    padding-left: 20px;
    height: 50px;
    width: 63%;
    max-width: 180px;
}

.anchor-img,
.header-logo1,
.header-logo {
    width: 350px;
}

@media (max-width:1919px) {
    .infi-news ul {
        padding: 3px 24px 4px;
    }

    .anchor li a {
        padding: 0 18px;
    }

    .dropmenu ul {
        padding: 26px 0;
    }

    .anchor-img,
    .header-logo1,
    .header-logo {
        width: 320px;
    }

    .banner-search {
        margin-top: 15px;
    }

        .banner-search .search {
            width: 400px;
            height: 42px;
        }

    .bselect {
        height: 42px;
    }

    .banner-search .butt {
        width: 85px;
        height: 42px;
    }

    .down-a {
        width: 34.1%;
    }
}

@media (max-width:1679px) {
    .anchor-img,
    .header-logo1,
    .header-logo {
        width: 300px;
    }

    .header.index .navbar .navbar-li,
    .navbar .navbar-li {
        padding: 0 22px;
    }

    .prons-r .prons-item {
        height: 322.5px;
    }

    .prons-r .prons-item {
        padding-bottom: 84px;
    }

    .prons-r:hover .prons-img {
        padding: 0px 28px;
    }

    .prons-r .prons-img {
        padding: 0px 16px;
    }

    .prons-left .prons-img {
        padding: 0 40px;
    }

    .prons-left:hover .prons-img {
        padding: 0px 75px;
    }

    .prons-left p.h3-size30 {
        padding: 20px 90px 0;
    }

    .infi-news ul {
        padding: 3px 24px 3px;
    }

    .anchor li a {
        padding: 0 6px;
    }

    .plan-three.case.plan .ny-wrap .swxt-font {
        padding: 22px 0;
        min-height: 95px;
    }

    .dropmenu ul {
        padding: 26px 0;
    }

    .navbar-li:hover .dropmenu a {
        padding: 6px 20px;
    }

    .header-wrap .logo h1 {
        margin-top: 14px;
    }
}

@media (max-width:1459px) {
    .banner-search .search {
        width: 350px;
    }

    .product-one .swxt-img {
        height: 288px;
        line-height: 288px;
    }

    .anchor-img,
    .header-logo1,
    .header-logo {
        width: 280px;
    }

    .header.index .navbar .navbar-li,
    .navbar .navbar-li {
        padding: 0 16px;
    }

    .prons-r p.h3-size30,
    .prons-rb p.h3-size30,
    .prons-left p.h3-size30 {
        font-size: 22px;
    }

    .prons-r .prons-item {
        height: 281px;
    }

    .prons-r p.h3-size30 {
        bottom: 30px;
    }

    .infi-news ul {
        padding: 2px 24px 3px;
    }

    .info-wrap p {
        font-size: 18px;
    }

    .infi-news p {
        font-size: 16px;
    }

    .info-wrap {
        padding: 40px 0 31px;
    }

    .info-wrap2 {
        padding: 14px 0 45px;
    }

    .case .ny-wrap li h4 {
        font-size: 18px;
    }

    .anchor-img {
        top: 19px;
        left: 80px;
    }

    .serv-two h4 {
        font-size: 26px;
    }

    .plan-three.case.plan .ny-wrap li h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .plan-three.case.plan .ny-wrap .swxt-font {
        padding: 18px 0;
        min-height: 84px;
    }

    .case.plan .ny-wrap li h4 {
        line-height: 26px;
    }

    .navbar-li:hover .dropmenu a {
        padding: 0px 20px;
        line-height: 36px;
    }

    .dropmenu {
        width: 140%;
    }

        .dropmenu ul {
            padding: 18px 0;
        }

    .header-wrap {
        padding: 0 40px;
    }

        .header-wrap .logo h1 {
            margin-top: 8px;
        }

    .anchor-img {
        left: 40px;
    }

    .banner-search .butt {
        font-size: 16px;
    }

    .proinfo-two .swxt-font {
        padding: 13px 30px 30px;
    }

    .proinfo-two .swxt-img {
        height: 200px;
        line-height: 208px;
    }
}

@media (max-width:1259px) {
    .prons-left:hover .prons-img {
        padding: 0px 42px;
    }

    .proinfo-two .swxt-font {
        padding: 4px 20px 20px;
    }

    .proinfo-two .swxt-img {
        height: 160px;
        line-height: 170px;
    }

    .banner-search {
        margin-top: 5px;
        height: 37px;
    }

        .banner-search .search {
            width: 300px;
            height: 35px;
        }

        .banner-search .butt {
            width: 70px;
            height: 35px;
        }

    .bselect {
        height: 35px;
    }

    .down-a {
        width: 34.1%;
    }

    .product-one .swxt-img {
        height: 225px;
        line-height: 225px;
    }

    .info-wrap p {
        font-size: 16px;
    }

    .infi-news ul {
        padding: 2px 24px;
    }

    .prons-r p.h3-size30,
    .prons-rb p.h3-size30,
    .prons-left p.h3-size30 {
        font-size: 18px;
    }

    .prons-r .prons-item {
        height: 228px;
    }

    .prons-r .prons-item {
        padding-bottom: 80px;
    }

    .prons-left p.h3-size30 {
        padding: 43px 40px 0;
    }

    .info-wrap {
        padding: 35px 0 25px;
    }

    .serv-two h4 {
        font-size: 24px;
    }
}

@media (max-width:991px) {
    .prons-left:hover .prons-img,
    .prons-left .prons-img {
        padding: 0 40px;
    }

    .prons-left p.h3-size30,
    .prons-left:hover p.h3-size30 {
        padding: 43px 40px 0;
        font-size: 16px;
    }

    .prons-left:hover .prons-ul {
        opacity: 0;
    }

    .prons-left .prons-ul {
        opacity: 0;
    }

    .proinfo-two .swxt-img {
        height: 130px;
        line-height: 130px;
    }

    .down-a {
        width: 51.1%;
    }

    .product-one .swxt-img {
        height: 169px;
        line-height: 169px;
    }

    .prons-r p.h3-size30,
    .prons-rb p.h3-size30,
    .prons-left p.h3-size30 {
        font-size: 16px;
    }

    .prons-rb .prons-item {
        height: 158px;
    }

    .prons-rb {
        margin-bottom: 0;
    }

    .prons-r .prons-item {
        height: 169px;
    }

    .prons-r:hover .prons-img {
        padding: 0px 16px;
    }

    .prons-r p.h3-size30, .prons-r p.h3-size30 {
        bottom: 23px;
        width: 100%;
    }

    .prons-rb:hover p.h3-size30, .prons-rb p.h3-size30 {
        margin-top: 73px;
    }

    .serv-two h4 {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .proinfo-two .swxt-img {
        height: auto;
        line-height: auto;
        padding: 20px 0;
    }

    .down-a {
        width: 100%;
        text-align: center;
    }

    .prons-left p.h3-size30 {
        padding: 0px 40px 25px;
    }

    .index.banner .banner-font h4 {
        font-size: 26px;
        line-height: 34px;
    }

    .case .ny-wrap li h4 {
        font-size: 16px;
    }

    .product-one .swxt-font .h3-size30 {
        font-size: 16px;
    }

    .serv-two h4 {
        font-size: 18px;
    }

    .plan-three.case.plan .ny-wrap .swxt-font {
        min-height: 0;
    }

    .newinfo-weixin-box img {
        top: 150%;
        left: -50%;
    }
}

@media (max-width:639px) {
    #random {
        margin: 20px 0 0;
        width: 35%;
    }

    .yzm-box a {
        margin-top: 10px;
    }
}

@media (max-width:400px) {
}

@media (max-width:321px) {
}




.ifos-two li {
    position: relative;
}

    .ifos-two li::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 50%;
        height: 0%;
        background-color: #cc0200;
    }

    .ifos-two li.leftAcitve::after {
        content: "";
        position: absolute;
        left: 0;
        width: 50%;
        height: 5px;
        background-color: #cc0200;
    }

    .ifos-two li.rightAcitve::after {
        content: "";
        position: absolute;
        left: 50%;
        width: 50%;
        height: 5px;
        background-color: #cc0200;
    }



.proinfo-two2 li {
    width: 23%;
    background-color: white;
    margin: 0px 1%;
}

    .proinfo-two2 li:hover h4 {
        color: #cc0200;
    }

    .proinfo-two2 li:hover img {
        transform: scale(1.05);
    }

@media (max-width:767px) {

    .proinfo-two2 li {
        width: 98%;
        background-color: white;
        margin: 10px 1%;
    }

    .offers .banner-search .search {
        width: 80%;
    }

    .offers .banner-search .butt {
        width: 20%;
    }

    .offers .banner-search {
        background-color: transparent;
        border: none;
        width: 80%;
        margin-top: 20px;
    }

        .offers .banner-search span {
            display: none;
        }

    .offers .bselect {
        margin-bottom: 10px;
        width: 100%;
    }
}





.casetwoswiper .swxt-img img {
    width: 100%;
}

.down .swiper-container {
    padding-bottom: 17px;
}

.down .swiper-scrollbar {
    background: none !important;
    height: 28px !important;
}

.down .swiper-scrollbar-drag {
    background: url(../images/swiper-btn.png) center no-repeat !important;
    background-size: 87px !important;
}


.down .swiper-pagination-progress .swiper-pagination-progressbar {
    background-color: transparent;
    background: url(../images/swiper-btn.png)no-repeat center;
    background-size: 24px;
}

.casetwoswiper .swiper-pagination-progress .swiper-pagination-progressbar {
    background-color: #cc0200;
}

.down .swiper-container-horizontal > .swiper-pagination-progress {
    height: 24px;
    bottom: 0;
    top: auto;
    background: none;
    display: block;
}

.casetwoswiper .swiper-container-horizontal > .swiper-pagination-progress {
    height: 1px;
    width: 88%;
    margin: auto;
}

.casetwoswiper .com-butt {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    transition: all .5s !important;
    display: inline-block !important;
    border-radius: 50% !important;
    color: #666 !important;
    margin: 0 12px !important;
    font-size: 0px !important;
    font-family: 'DIN' !important;
    vertical-align: middle !important;
    display: inline-block !important;
    background: url(../images/sanjiao2.png)no-repeat center !important;
    border: 1px solid #ddd !important;
    top: auto !important;
    bottom: 0 !important;
    /* transform: translateY(50%)!important; */
}

.casetwoswiper {
    margin-top: 37px;
}

    .casetwoswiper .ssline::after {
        margin: 20px auto 4px;
        vertical-align: middle;
        width: 66%;
        height: 1px;
        background: #cc0200;
    }

    .casetwoswiper .swiper-button-next {
        transform: rotate(180deg);
    }

    .casetwoswiper .swxt-font {
        padding: 8px 30px 33px;
    }

    .casetwoswiper .swiper-container {
        padding-bottom: 25px;
    }

.ifos-three .ny-header {
    margin-bottom: 35px;
}

.casetwoswiper .com-butt.swiper-button-next:hover, .casetwoswiper .com-butt1.swiper-button-next:hover {
    background-color: #fff !important;
    cursor: pointer;
}

.casetwoswiper .com-butt1.swiper-button-prev:hover, .casetwoswiper .com-butt.swiper-button-prev:hover {
    background-color: #fff !important;
    cursor: pointer;
}

@media (max-width:1459px) {
    .casetwoswiper .swiper-container-horizontal > .swiper-pagination-progress {
        width: 82%;
    }

    .down .nav-header .swiper-slide {
        height: 60px;
        line-height: 60px;
    }

    .down .swiper-scrollbar-drag {
        background-size: 50px !important;
    }
}

@media (max-width:1259px) {
    .casetwoswiper .swxt-font {
        padding: 8px 20px 33px;
    }

    .down .nav-header .swiper-slide {
        height: 45px;
        line-height: 45px;
    }
}


@media (max-width:991px) {
    .casetwoswiper .swiper-container-horizontal > .swiper-pagination-progress {
        width: 72%;
    }
}


.ifos-three .ny-pc {
    width: 100%;
}

.ifos-three .ny-app {
    width: 100%;
    display: none;
}

@media (max-width:767px) {
    .ifos-three .ny-pc {
        display: none;
    }

    .ifos-three .ny-app {
        display: block;
    }

    .casetwoswiper .com-butt {
        width: 25px !important;
        height: 25px !important;
        line-height: 25px !important;
    }

    .casetwoswiper .swiper-container {
        padding-bottom: 12px;
    }

    .caseinfo-two .swxt-font p,
    .caseinfo-one .ny-left p {
        line-height: 26px;
        height: auto;
    }

    .proinfo-two.proinfo-two2 .ny-header {
        padding: 0 20px;
        height: 40px;
    }

    .casetwoswiper {
        margin-top: 20px;
    }

    .proinfo-two.proinfo-two2 .infi-btn {
        margin-top: 25px;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .proinfo-three li h4,
    .proinfo-two .ofon-left h4 {
        font-size: 16px;
    }

    .banner-search {
        margin-top: 10px;
    }

    .offers .ny-font {
        transform: translateY(-80%);
    }

    .ny-banner .ny-title .ny-tit {
        font-size: 24px;
    }

    .banner-search .search {
        width: 260px;
    }
}

@media (max-width:380px) {
    .banner-search .search {
        width: 210px;
    }
}

@media (max-width:321px) {
    .banner-search .butt {
        font-size: 14px;
    }

    .banner-search .search {
        width: 216px;
        font-size: 14px;
    }
}
/*20201217*/
.newinfo-center .tag {
    margin-right: 10px;
    color: #cc0200;
}

    .newinfo-center .tag:hover {
        text-decoration: underline;
    }

.nav-on {
    color: #cc0200 !important;
}

.proinfo .soludt2, .proinfo .firstRow {
    display: none;
}

.proinfo table td {
    display: block;
    padding: 0px !important;
    width: 90%;
}

.proinfo table {
    margin: 30px 30px;
    min-height: 500px;
}

.ssjg {
    margin-bottom: 30px;
}

    .ssjg p {
    }


    .ssjg span {
        font-size: 18px;
    }

        .ssjg span img {
            width: 22px;
            margin-right: 5px;
        }

#pagecatids {
    font-weight: bold;
    color: rgb(204, 2, 0);
}

.ny-info-tag {
    width: 100%;
    margin: 10px 0px;
}

    .ny-info-tag a {
        margin-right: 10px;
        color: #cc0200;
    }




.down .nav-header .swiper-scrollbar-drag {
    display: none;
}

.down .nav-header:hover .swiper-scrollbar-drag {
    display: block;
}

.proinfo-three .swxt-img img {
    height: 200px;
}

@media (max-width:1459px) {
    .proinfo-three .swxt-img img {
        height: 175px;
    }
}

@media (max-width:1259px) {
    .proinfo-three .swxt-img img {
        height: 145px;
    }
}

@media (max-width:991px) {
    .proinfo-three .swxt-img img {
        height: 100px;
    }

    .proinfo-three .ny-wrap {
        padding-bottom: 25px;
    }
}

@media (max-width:767px) {
    .abou-four .wave {
        animation: wavewave 3s ease-in-out infinite;
        -webkit-animation: wavewave 3s ease-in-out infinite;
        -moz-animation: wavewave 3s ease-in-out infinite;
    }

    .abou-four .abfo-img {
        opacity: 1;
        animation: wavewave2 3s ease-in-out infinite;
        -webkit-animation: wavewave2 3s ease-in-out infinite;
        -moz-animation: wavewave2 3s ease-in-out infinite;
        width: 100%;
        height: auto;
    }

    .proinfo table {
        margin: 0;
        padding: 0 20px;
    }

        .proinfo table td {
            padding: 0px 10px !important;
        }

    .proinfo-three .swxt-img img {
        height: 100px;
    }

    .proinfo-three .ny-wrap {
        padding-bottom: 5px;
    }
}

@media (max-width:400px) {
    .proinfo-three .swxt-img img {
        height: auto;
    }
}




/*20201222共用底部*/
.gydb {
    margin: auto;
    width: 1400px;
    display: flow-root;
}

@media (max-width: 1460px) {
    .gydb {
        width: 1200px;
    }
}

@media (max-width: 1260px) {
    .gydb {
        width: 940px;
    }
}

@media (max-width:992px) {
    .gydb {
        width: 970px;
    }
}

@media (max-width:768px) {
    .gydb {
        width: 100%;
        padding: 0px 15px;
    }
}

.caseinfo-two .ny-tit {
    color: #0d141c;
}


.nav-search:hover .search-wrap {
    /* margin: 52px auto; */
}

@media (max-width: 1679px) {
    .dropmenu-two {
        padding: 27px 0;
    }
}

@media (max-width: 1459px) {
    .dropmenu-two {
        padding: 18px 0;
    }
}

.caseinfo .proinfo-two .ny-header {
    padding: 0 0 34px;
    height: auto;
}



@media (max-width: 767px) {
    .ny-mbx {
        display: none;
    }

    .down-table td p {
        width: calc(100% - 30px);
    }

    .ifos-five .serv-two .serv-font p {
        max-height: 1000px;
    }

    .ifos-five .serv-two .serv-font div {
        max-height: 1000px;
    }

    .product-one .swxt-img {
        height: auto;
        line-height: none;
    }
}

.yqlj {
    margin: 20px 0px;
    height: 10px;
    overflow: hidden;
}

.yqlj-on {
    height: 100%;
}

.yqlj p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
    display: block;
    cursor: pointer;
    display: none;
}

.yqlj a {
    margin-right: 20px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    opacity: 0.01;
    display: block;
    float: left;
    cursor: pointer;
}

.yqlj-on a {
    margin-right: 20px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    display: block;
    float: left;
    cursor: pointer;
}

.yqlj a:hover {
    opacity: 1;
}

.yqlj-db {
    color: #585858 !important;
    cursor: pointer;
}

    .yqlj-db img {
        width: 18px;
        margin-right: 2px;
        opacity: 0.5;
    }

    .yqlj-db:hover {
        color: white !important;
    }

        .yqlj-db:hover img {
            opacity: 1 !important;
        }

.yqlj-db-on {
    color: white !important;
}

    .yqlj-db-on img {
        opacity: 1 !important;
    }


.caseinfo-two .swxt-font p {
    overflow-y: auto;
    padding-right: 5px;
    display: block;
}


    .caseinfo-two .swxt-font p::-webkit-scrollbar {
        width: 3px;
        background-color: #dcdbdb;
    }

    .caseinfo-two .swxt-font p::-webkit-scrollbar-thumb {
        background-color: #cc0200;
        border-radius: 10px;
    }

.nav-search .search-wrap {
    display: block;
    height: 46px;
    margin: 52px auto;
}

.nav-search .search, .nav-search .butt {
    height: 46px;
}
/*20210105*/
.banner2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: 1;
}


.banner2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cc0200;
}
/*20210105*/
.banner2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: 1;
}


.banner2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cc0200;
}

/*20210531*/
.banner-wrap2 {
    position: absolute;
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
}

.banner-bt {
    margin-bottom: 40px;
}

    .banner-bt span {
        font-size: 72px;
        padding-right: 30px;
    }

.banner-bt1 {
}

    .banner-bt1 .banner-bt1-ms {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .banner-bt1 .banner-bt1-anniu {
        font-size: 24px;
        color: #f26e6e;
        border: 1px solid #f26e6e;
        display: inline-block;
        padding: 8px 32px;
        border-radius: 32px;
    }

.pcvideo {
    right: 0;
    width: 100%;
    height: auto;
    z-index: -999;
}

.banner-font2 em {
    color: #cc0200;
    font-style: normal;
}

.index.banner .banner-font2 h4 {
    font-weight: 100;
}

.index.banner .banner-font2 ul {
    margin-top: 15%;
}

.banner-wrap3 {
    top: 55%;
}

.index.banner .banner-font li::before {
    background-color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 1659px) {
    .banner-wrap2 {
        top: 45%;
    }

    .banner-bt {
        margin-bottom: 35px;
    }

        .banner-bt span {
            font-size: 62px;
            padding-right: 30px;
        }

    .banner-bt1 {
    }

        .banner-bt1 .banner-bt1-ms {
            font-size: 28px;
            margin-bottom: 35px;
        }

        .banner-bt1 .banner-bt1-anniu {
            font-size: 20px;
            color: #f26e6e;
            border: 1px solid #f26e6e;
            display: inline-block;
            padding: 8px 32px;
            border-radius: 32px;
        }
}

@media (max-width: 1459px) {
    .banner-wrap2 {
        top: 45%;
    }

    .banner-bt {
        margin-bottom: 30px;
    }

        .banner-bt span {
            font-size: 56px;
            padding-right: 30px;
        }

    .banner-bt1 {
    }

        .banner-bt1 .banner-bt1-ms {
            font-size: 26px;
            margin-bottom: 30px;
        }

        .banner-bt1 .banner-bt1-anniu {
            font-size: 20px;
            color: #f26e6e;
            border: 1px solid #f26e6e;
            display: inline-block;
            padding: 8px 32px;
            border-radius: 32px;
        }
}

@media (max-width: 1259px) {
    .banner-wrap2 {
        top: 45%;
    }

    .banner-bt {
        margin-bottom: 30px;
    }

        .banner-bt span {
            font-size: 48px;
            padding-right: 25px;
        }

    .banner-bt1 {
    }

        .banner-bt1 .banner-bt1-ms {
            font-size: 24px;
            margin-bottom: 25px;
        }

        .banner-bt1 .banner-bt1-anniu {
            font-size: 20px;
            color: #f26e6e;
            border: 1px solid #f26e6e;
            display: inline-block;
            padding: 6px 28px;
            border-radius: 32px;
        }
}

@media (max-width: 767px) {
    .banner-wrap2 {
        top: 35%;
    }

    .banner-bt {
        margin-bottom: 17px;
    }

        .banner-bt span {
            font-size: 32px;
            padding-right: 25px;
        }

    .banner-bt1 {
    }

        .banner-bt1 .banner-bt1-ms {
            font-size: 20px;
            margin-bottom: 25px;
        }

        .banner-bt1 .banner-bt1-anniu {
            font-size: 20px;
            color: #f26e6e;
            border: 1px solid #f26e6e;
            display: inline-block;
            padding: 5px 24px;
            border-radius: 32px;
        }

    .banner-wrap3 {
        display: none;
    }
}
